From 38271a573a130d13dac5c8dd4e76bae3c173d7b7 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Sat, 4 Apr 2020 22:22:24 +0300 Subject: [PATCH] Fix Linux x86 build Related to #32250 --- src/coreclr/src/vm/i386/asmhelpers.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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