Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs')
-rw-r--r--src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs b/src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs
index 042636f41..45627bd1d 100644
--- a/src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs
+++ b/src/Common/src/TypeSystem/IL/Stubs/ILEmitter.cs
@@ -253,6 +253,8 @@ namespace Internal.IL.Stubs
break;
case TypeFlags.ValueType:
case TypeFlags.Nullable:
+ case TypeFlags.SignatureMethodVariable:
+ case TypeFlags.SignatureTypeVariable:
Emit(ILOpcode.ldobj, _emitter.NewToken(type));
break;
default: