diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-27 21:13:40 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-27 21:13:40 +0000 |
commit | 7a5ca8648b6a3ecd359bc3029b2988de452494e9 (patch) | |
tree | 647cafb3d65d8fd45309ee0b8a9c08616c98329b /exec-all.h | |
parent | e00c1e714e15ebb813d120906d789f9ef09f031b (diff) |
qemu-nbd tool (Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4596 c046a42c-6fe2-441c-8c8c-71466251a162
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 51b27b514..d1e581b10 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) |