mirror of https://gitee.com/openkylin/qemu.git
Debugcon: Fix debugging printf
Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
e5c15efff6
commit
0534163f5b
|
@ -60,7 +60,7 @@ static uint32_t debugcon_ioport_read(void *opaque, uint32_t addr)
|
|||
DebugconState *s = opaque;
|
||||
|
||||
#ifdef DEBUG_DEBUGCON
|
||||
printf("debugcon: read addr=0x%04x\n", addr, val);
|
||||
printf("debugcon: read addr=0x%04x\n", addr);
|
||||
#endif
|
||||
|
||||
return s->readback;
|
||||
|
|
Loading…
Reference in New Issue