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:
Adam Lackorzynski 2010-04-01 23:45:25 +02:00 committed by Aurelien Jarno
parent e5c15efff6
commit 0534163f5b
1 changed files with 1 additions and 1 deletions

View File

@ -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;