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:
Torok Edwin 2010-02-08 08:37:27 +00:00
parent 504b4cdc1c
commit acf2a65786

View File

@ -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