Do use predecode cache in case the JIT is disabled by the user ("jit" option)

This commit is contained in:
gbeauche 2005-11-27 16:20:17 +00:00
parent b5562ede18
commit 9ec35ab23e
2 changed files with 0 additions and 4 deletions

View File

@ -113,9 +113,7 @@
#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

View File

@ -70,9 +70,7 @@
#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