Skip to content

Commit 76fd747

Browse files
committed
Format
1 parent 4d58c2f commit 76fd747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/TypePreinit.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ private Status TryScanMethod(MethodIL methodIL, Value[] parameters, Stack<Method
837837
case ILOpcode.conv_u8:
838838
case ILOpcode.conv_r4:
839839
case ILOpcode.conv_r8:
840-
{
840+
{
841841
StackEntry popped = stack.Pop();
842842
if (popped.ValueKind.WithNormalizedNativeInt(context) == StackValueKind.Int32)
843843
{

0 commit comments

Comments
 (0)