diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 14:50:42 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-02-12 14:50:42 +0000 |
commit | 9117a4ab9178e97e74149aab0dce6a3ce342a123 (patch) | |
tree | 5ebf256067ddde83476a2fd79315716521ded0dc /target-i386/cpu.h | |
parent | 441c72ba15628e85bda1207cc92b55f77403764b (diff) | |
download | qemu-9117a4ab9178e97e74149aab0dce6a3ce342a123.zip |
disable USE_KQEMU if no source
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1286 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 74c882b867..38f9595af9 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -39,7 +39,7 @@ #if defined(__i386__) && !defined(CONFIG_SOFTMMU) #define USE_CODE_COPY #endif -#if defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64) +#if defined(CONFIG_KQEMU) && defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64) #define USE_KQEMU #endif |