mirror of https://github.com/xemu-project/xemu.git
darwin fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2401 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d8ecc0b913
commit
26a16623b8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue