Skip to content

Commit

Permalink
Fix Linux x86 build
Browse files Browse the repository at this point in the history
Related to dotnet#32250
  • Loading branch information
gbalykov committed Apr 4, 2020
1 parent 8e8efcb commit 38271a5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 38271a5

Please sign in to comment.