qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5846] Fix the comment added in r5844.


From: Andrzej Zaborowski
Subject: [Qemu-devel] [5846] Fix the comment added in r5844.
Date: Mon, 01 Dec 2008 02:19:42 +0000

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)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]