fix some debug printf format strings

These are normally ifdefed out and don't matter.  But if you enable
them, they ought to be correct.

Signed-off-by: Matthew Ogilvie <mmogilvi_qemu@miniinfo.net>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
Matthew Ogilvie 2012-08-23 00:24:38 -06:00 committed by malc
parent 98609cd8fc
commit 145c7c880f
4 changed files with 10 additions and 7 deletions

View file

@ -2055,8 +2055,8 @@ static void cirrus_vga_mem_write(void *opaque,
}
} else {
#ifdef DEBUG_CIRRUS
printf("cirrus: mem_writeb " TARGET_FMT_plx " value %02x\n", addr,
mem_value);
printf("cirrus: mem_writeb " TARGET_FMT_plx " value %" PRIx64 "\n",
addr, mem_value);
#endif
}
}