sim-card
/
qemu
Archived
10
0
Fork 0

Fix the comment added in r5844.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5846 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2008-12-01 02:19:41 +00:00
parent fe33867b0d
commit 63d412465b
1 changed files with 1 additions and 1 deletions

2
exec.c
View File

@ -437,7 +437,7 @@ static void code_gen_alloc(unsigned long tb_size)
if (code_gen_buffer_size > (512 * 1024 * 1024))
code_gen_buffer_size = (512 * 1024 * 1024);
#elif defined(__arm__)
/* Map the buffer below 64M, so we can use direct calls and branches */
/* Map the buffer below 32M, so we can use direct calls and branches */
flags |= MAP_FIXED;
start = (void *) 0x01000000UL;
if (code_gen_buffer_size > 16 * 1024 * 1024)