Commit 26a16623b8a86252dee95f2dcc85d6fe14191e20
1 parent
d8ecc0b9
darwin fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2401 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-i386/cpu.h
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | 46 | ||
47 | #include "softfloat.h" | 47 | #include "softfloat.h" |
48 | 48 | ||
49 | -#if defined(__i386__) && !defined(CONFIG_SOFTMMU) | 49 | +#if defined(__i386__) && !defined(CONFIG_SOFTMMU) && !defined(__APPLE__) |
50 | #define USE_CODE_COPY | 50 | #define USE_CODE_COPY |
51 | #endif | 51 | #endif |
52 | 52 |