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:
Evan Cheng 2006-07-05 07:09:13 +00:00
parent ddb1304660
commit 507b0aa062

View File

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