]> git.proxmox.com Git - mirror_qemu.git/blobdiff - monitor.c
64 bit target support
[mirror_qemu.git] / monitor.c
index bb212463103a90615ab97eb7d6671d1a054c2365..cfb9c497558c7529ccafb6632c668baa63962910 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -438,7 +438,7 @@ static void memory_dump(int count, int format, int wsize,
     }
 
     while (len > 0) {
-        term_printf("0x%08x:", addr);
+        term_printf(TARGET_FMT_lx ":", addr);
         l = len;
         if (l > line_size)
             l = line_size;