mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Revert "fix some debug printf format strings"
This reverts commit 145c7c880f
.
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
9f227bc358
commit
08406b035e
4 changed files with 7 additions and 10 deletions
|
@ -355,8 +355,7 @@ static uint64_t pic_ioport_read(void *opaque, target_phys_addr_t addr,
|
|||
ret = s->imr;
|
||||
}
|
||||
}
|
||||
DPRINTF("read: addr=0x%02" TARGET_PRIxPHYS " val=0x%02x\n",
|
||||
addr, ret);
|
||||
DPRINTF("read: addr=0x%02x val=0x%02x\n", addr, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue