projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504b4cd
)
Fix x86 JIT stub on MSVC.
author
Torok Edwin
<edwintorok@gmail.com>
Mon, 8 Feb 2010 08:37:27 +0000
(08:37 +0000)
committer
Torok Edwin
<edwintorok@gmail.com>
Mon, 8 Feb 2010 08:37:27 +0000
(08:37 +0000)
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
lib/Target/X86/X86JITInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86JITInfo.cpp
b/lib/Target/X86/X86JITInfo.cpp
index f363903d9316a204c8ccbb02b9f0ec45cfc6aa41..d297d24e22be7fb3d1a253a3994de1cd306b525c 100644
(file)
--- a/
lib/Target/X86/X86JITInfo.cpp
+++ b/
lib/Target/X86/X86JITInfo.cpp
@@
-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