Commit 9117a4ab9178e97e74149aab0dce6a3ce342a123

Authored by bellard
1 parent 441c72ba

disable USE_KQEMU if no source


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1286 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-i386/cpu.h
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 #if defined(__i386__) && !defined(CONFIG_SOFTMMU) 39 #if defined(__i386__) && !defined(CONFIG_SOFTMMU)
40 #define USE_CODE_COPY 40 #define USE_CODE_COPY
41 #endif 41 #endif
42 -#if defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64) 42 +#if defined(CONFIG_KQEMU) && defined(__linux__) && defined(CONFIG_SOFTMMU) && defined(__i386__) && !defined(TARGET_X86_64)
43 #define USE_KQEMU 43 #define USE_KQEMU
44 #endif 44 #endif
45 45