mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Revert "fix some debug printf format strings"
This reverts commit 145c7c880f
.
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
9f227bc358
commit
08406b035e
4 changed files with 7 additions and 10 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 %" PRIx64 "\n",
|
||||
addr, mem_value);
|
||||
printf("cirrus: mem_writeb " TARGET_FMT_plx " value %02x\n", addr,
|
||||
mem_value);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue