Commit 9117a4ab9178e97e74149aab0dce6a3ce342a123
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 | 39 | #if defined(__i386__) && !defined(CONFIG_SOFTMMU) |
| 40 | 40 | #define USE_CODE_COPY |
| 41 | 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 | 43 | #define USE_KQEMU |
| 44 | 44 | #endif |
| 45 | 45 | ... | ... |