diff options
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-all.h b/exec-all.h index 51b27b5141..d1e581b105 100644 --- a/exec-all.h +++ b/exec-all.h @@ -126,7 +126,7 @@ static inline int tlb_set_page(CPUState *env1, target_ulong vaddr, #define CODE_GEN_BUFFER_SIZE (6 * 1024 * 1024) #else /* XXX: make it dynamic on x86 */ -#define CODE_GEN_BUFFER_SIZE (16 * 1024 * 1024) +#define CODE_GEN_BUFFER_SIZE (64 * 1024 * 1024) #endif //#define CODE_GEN_BUFFER_SIZE (128 * 1024) |