* [Qemu-devel] [5846] Fix the comment added in r5844.
@ 2008-12-01 2:19 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-12-01 2:19 UTC (permalink / raw)
To: qemu-devel
Revision: 5846
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5846
Author: balrog
Date: 2008-12-01 02:19:41 +0000 (Mon, 01 Dec 2008)
Log Message:
-----------
Fix the comment added in r5844.
Modified Paths:
--------------
trunk/exec.c
Modified: trunk/exec.c
===================================================================
--- trunk/exec.c 2008-12-01 02:17:12 UTC (rev 5845)
+++ trunk/exec.c 2008-12-01 02:19:41 UTC (rev 5846)
@@ -437,7 +437,7 @@
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-01 2:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-01 2:19 [Qemu-devel] [5846] Fix the comment added in r5844 Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).