diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 22:06:27 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 22:06:27 +0000 |
commit | 26a16623b8a86252dee95f2dcc85d6fe14191e20 (patch) | |
tree | ba0fbc0a2713570994418b7bbc9b0d34537ca268 /target-i386/cpu.h | |
parent | d8ecc0b9131a229ff6e8fbe5d3a0b284b1620452 (diff) | |
download | qemu-26a16623b8a86252dee95f2dcc85d6fe14191e20.zip |
darwin fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2401 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 70a1caccda..1eb546e566 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 |