diff --git a/src/coreclr/src/vm/i386/asmhelpers.S b/src/coreclr/src/vm/i386/asmhelpers.S index c318dc3903096..7ed9d6bd3512a 100644 --- a/src/coreclr/src/vm/i386/asmhelpers.S +++ b/src/coreclr/src/vm/i386/asmhelpers.S @@ -1401,7 +1401,7 @@ NESTED_ENTRY OnCallCountThresholdReachedStub2, _TEXT, NoHandler // Align the stack for the call lea ebx, [esp - 8] - and ebx, 0fh + and ebx, 0x0f sub esp, ebx push eax // stub-identifying token, see OnCallCountThresholdReachedStub