qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5104] Fix a nit in exec.c, by Tristan Gingold.
@ 2008-08-29 13:10 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-08-29 13:10 UTC (permalink / raw)
  To: qemu-devel

Revision: 5104
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5104
Author:   ths
Date:     2008-08-29 13:10:00 +0000 (Fri, 29 Aug 2008)

Log Message:
-----------
Fix a nit in exec.c, by Tristan Gingold.

Modified Paths:
--------------
    trunk/exec.c

Modified: trunk/exec.c
===================================================================
--- trunk/exec.c	2008-08-29 10:05:12 UTC (rev 5103)
+++ trunk/exec.c	2008-08-29 13:10:00 UTC (rev 5104)
@@ -286,7 +286,7 @@
 #if TARGET_LONG_BITS > 32
     /* Host memory outside guest VM.  For 32-bit targets we have already
        excluded high addresses.  */
-    if (index > ((target_ulong)L2_SIZE * L1_SIZE * TARGET_PAGE_SIZE))
+    if (index > ((target_ulong)L2_SIZE * L1_SIZE))
         return NULL;
 #endif
     lp = &l1_map[index >> L2_BITS];

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-29 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 13:10 [Qemu-devel] [5104] Fix a nit in exec.c, by Tristan Gingold Thiemo Seufer

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).