mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
64 bit target support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1189 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
612458f544
commit
c27004ec78
12 changed files with 309 additions and 204 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue