Don't bother with predecode cache when using JIT.

This commit is contained in:
gbeauche 2004-06-15 21:37:22 +00:00
parent 72b26d7ff7
commit 5f98a013a5

View File

@ -87,6 +87,11 @@
#define PPC_PROFILE_COMPILE_TIME 0
#define PPC_PROFILE_GENERIC_CALLS 0
#define KPX_MAX_CPUS 1
#if ENABLE_DYNGEN
// Don't bother with predecode cache when using JIT
#define PPC_ENABLE_JIT 1
#undef PPC_DECODE_CACHE
#endif
#if defined(__i386__)
#define DYNGEN_ASM_OPTS 1
#endif