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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs
index c371ec782fe..f2567177349 100644
--- a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs
+++ b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs
@@ -81,7 +81,7 @@ namespace Internal.IL.Stubs
case "IsNullRef":
return new ILStubMethodIL(method, new byte[]
{
- (byte)ILOpcode.ldarg_0,
+ (byte)ILOpcode.ldarg_0,
(byte)ILOpcode.ldc_i4_0, (byte)ILOpcode.conv_u,
(byte)ILOpcode.prefix1, unchecked((byte)ILOpcode.ceq),
(byte)ILOpcode.ret }, Array.Empty<LocalVariableDefinition>(), null);