* [Qemu-devel] [4198] Use correct memory types in do_physical_memory_save()
@ 2008-04-12 20:14 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-04-12 20:14 UTC (permalink / raw)
To: qemu-devel
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) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-12 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 20:14 [Qemu-devel] [4198] Use correct memory types in do_physical_memory_save() Aurelien Jarno
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).