Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Linux x86 build
Related to #32250
  • Loading branch information
gbalykov committed Apr 4, 2020
commit 38271a573a130d13dac5c8dd4e76bae3c173d7b7
2 changes: 1 addition & 1 deletion src/coreclr/src/vm/i386/asmhelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down