Revision 9117a4ab target-i386/cpu.h

b/target-i386/cpu.h
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

  

Also available in: Unified diff