diff options
author | malc <av1474@comtv.ru> | 2012-08-27 18:33:24 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-08-27 18:33:24 +0400 |
commit | 08406b035edc35fff4e3e14af3ec6f8f3a17a587 (patch) | |
tree | 4de9b71cc160c48eb3118410b7e09a819e2f83f1 /hw/cirrus_vga.c | |
parent | 9f227bc3583ea082be7a79c14a5ffdade5844753 (diff) |
Revert "fix some debug printf format strings"
This reverts commit 145c7c880ff520a9348cc2401ba291330b9606fe.
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/cirrus_vga.c')
-rw-r--r-- | hw/cirrus_vga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 909899dd54..e8dcc6b883 100644 --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -2055,8 +2055,8 @@ static void cirrus_vga_mem_write(void *opaque, } } else { #ifdef DEBUG_CIRRUS - printf("cirrus: mem_writeb " TARGET_FMT_plx " value %" PRIx64 "\n", - addr, mem_value); + printf("cirrus: mem_writeb " TARGET_FMT_plx " value %02x\n", addr, + mem_value); #endif } } |