Fix x86 JIT stub on MSVC.

Thanks to Kristaps Straupe for noticing the bug.

llvm-svn: 95537
This commit is contained in:
Torok Edwin 2010-02-08 08:37:27 +00:00
parent 4a56e894a7
commit 01b6959fb6

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