Revert "fix some debug printf format strings"

This reverts commit 145c7c880f.

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2012-08-27 18:33:24 +04:00
parent 9f227bc358
commit 08406b035e
4 changed files with 7 additions and 10 deletions

View file

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