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:
bellard 2005-01-03 23:35:10 +00:00
parent 612458f544
commit c27004ec78
12 changed files with 309 additions and 204 deletions

View file

@ -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;