mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 05:21:55 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static uint32_t debugcon_ioport_read(void *opaque, uint32_t addr)
|
||||||
DebugconState *s = opaque;
|
DebugconState *s = opaque;
|
||||||
|
|
||||||
#ifdef DEBUG_DEBUGCON
|
#ifdef DEBUG_DEBUGCON
|
||||||
printf("debugcon: read addr=0x%04x\n", addr, val);
|
printf("debugcon: read addr=0x%04x\n", addr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return s->readback;
|
return s->readback;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue