OSDN Git Service

Fix JIT on non MacOS X i386 systems.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 5 Jul 2006 07:09:13 +0000 (07:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 5 Jul 2006 07:09:13 +0000 (07:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28992 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86JITInfo.cpp

index 9a20b95..9bb2a72 100644 (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