mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix JIT on non MacOS X i386 systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddb1304660
commit
507b0aa062
@ -73,13 +73,9 @@ extern "C" {
|
||||
#else
|
||||
"call X86CompilationCallback2\n"
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
"movl %ebp, %esp\n" // Restore ESP
|
||||
#endif
|
||||
#if FASTCC_NUM_INT_ARGS_INREGS > 0
|
||||
#if defined(__APPLE__)
|
||||
"subl $8, %esp\n"
|
||||
#endif
|
||||
"popl %edx\n"
|
||||
"popl %eax\n"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user