Revision 0534163f hw/debugcon.c

b/hw/debugcon.c
60 60
    DebugconState *s = opaque;
61 61

  
62 62
#ifdef DEBUG_DEBUGCON
63
    printf("debugcon: read addr=0x%04x\n", addr, val);
63
    printf("debugcon: read addr=0x%04x\n", addr);
64 64
#endif
65 65

  
66 66
    return s->readback;

Also available in: Unified diff