darwin fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2401 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2007-02-05 22:06:27 +00:00
parent d8ecc0b913
commit 26a16623b8
1 changed files with 1 additions and 1 deletions

View 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