diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 18:58:00 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 18:58:00 +0000 |
commit | 824d560f0973d8e4c1ce4e614ed070e7c994bf02 (patch) | |
tree | d0e253d7ea1e993579e2f2bb2ed9b23afe0b15e4 /target-i386/cpu.h | |
parent | 580a5e27c63809abd633290950e387daedddcafa (diff) |
fixed kqemu config
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1289 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 38f9595af9..154d8bfdae 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -39,9 +39,6 @@ #if defined(__i386__) && !defined(CONFIG_SOFTMMU) #define USE_CODE_COPY #endif -#if defined(CONFIG_KQEMU) && defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64) -#define USE_KQEMU -#endif #define R_EAX 0 #define R_ECX 1 |