You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x64] Fix stack manipulation in EmitHostToGuestThunk
To access the stack at adresses higher than the stack pointer, it
must be moved down (subtracted) before the accesses. If not, the stack
pointer still points to the previous stack frame, corrupting it.
This fixes a crash on Linux when compiled in release mode with clang.
0 commit comments