]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
darwin fix
authorbellard <bellard>
Mon, 5 Feb 2007 22:06:27 +0000 (22:06 +0000)
committerbellard <bellard>
Mon, 5 Feb 2007 22:06:27 +0000 (22:06 +0000)
target-i386/cpu.h

index 70a1caccdaab0eadab703f822eaaa12d05534f95..1eb546e5667c287fad215adba9bb1c69892a058c 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "softfloat.h"
 
-#if defined(__i386__) && !defined(CONFIG_SOFTMMU)
+#if defined(__i386__) && !defined(CONFIG_SOFTMMU) && !defined(__APPLE__)
 #define USE_CODE_COPY
 #endif