From: bellard Date: Mon, 5 Feb 2007 22:06:27 +0000 (+0000) Subject: darwin fix X-Git-Tag: release_0_9_1~1494 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1bd523709877f2e0e2c0bdbc5b610b21c4d4b1aa;p=qemu-xen-3.3-testing.git darwin fix --- diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 70a1cacc..1eb546e5 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -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