mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Fix x86 JIT stub on MSVC.
Thanks to Kristaps Straupe for noticing the bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
504b4cdc1c
commit
acf2a65786
@ -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…
x
Reference in New Issue
Block a user