Fix JIT on non MacOS X i386 systems.

llvm-svn: 28992
This commit is contained in:
Evan Cheng 2006-07-05 07:09:13 +00:00
parent 22bd57c1fe
commit d75aed0d60

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