diff options
-rw-r--r-- | hw/lsi53c895a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index b372e1019e..8f8ffd7a37 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -482,7 +482,7 @@ static void lsi_do_dma(LSIState *s, int out) else if (s->sbms) addr |= ((uint64_t)s->sbms << 32); - DPRINTF("DMA addr=0x%" TARGET_FMT_plx " len=%d\n", addr, count); + DPRINTF("DMA addr=0x" TARGET_FMT_plx " len=%d\n", addr, count); s->csbc += count; s->dnad += count; s->dbc -= count; |