forked from OSchip/llvm-project
Fix x86 JIT stub on MSVC.
Thanks to Kristaps Straupe for noticing the bug. llvm-svn: 95537
This commit is contained in:
parent
b02d4a0d11
commit
6e29e9d262
|
@ -297,6 +297,7 @@ extern "C" {
|
|||
push edx
|
||||
push ecx
|
||||
and esp, -16
|
||||
sub esp, 16
|
||||
mov eax, dword ptr [ebp+4]
|
||||
mov dword ptr [esp+4], eax
|
||||
mov dword ptr [esp], ebp
|
||||
|
|
Loading…
Reference in New Issue