mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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:
parent
98609cd8fc
commit
145c7c880f
4 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue