qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4198] Use correct memory types in do_physical_memory_save(


From: Aurelien Jarno
Subject: [Qemu-devel] [4198] Use correct memory types in do_physical_memory_save()
Date: Sat, 12 Apr 2008 20:14:44 +0000

Revision: 4198
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4198
Author:   aurel32
Date:     2008-04-12 20:14:43 +0000 (Sat, 12 Apr 2008)

Log Message:
-----------
Use correct memory types in do_physical_memory_save()

(Stuart Brady)

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

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c     2008-04-12 08:47:27 UTC (rev 4197)
+++ trunk/monitor.c     2008-04-12 20:14:43 UTC (rev 4198)
@@ -750,7 +750,7 @@
     FILE *f;
     uint32_t l;
     uint8_t buf[1024];
-    target_long addr = GET_TLONG(valh, vall);
+    target_phys_addr_t addr = GET_TPHYSADDR(valh, vall); 
 
     f = fopen(filename, "wb");
     if (!f) {






reply via email to

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