mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Fix x86 JIT stub on MSVC.
Thanks to Kristaps Straupe for noticing the bug. llvm-svn: 95537
This commit is contained in:
parent
4a56e894a7
commit
01b6959fb6
@ -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
Block a user