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

@ -2055,8 +2055,8 @@ static void cirrus_vga_mem_write(void *opaque,
}
} else {
#ifdef DEBUG_CIRRUS
printf("cirrus: mem_writeb " TARGET_FMT_plx " value %" PRIx64 "\n",
addr, mem_value);
printf("cirrus: mem_writeb " TARGET_FMT_plx " value %02x\n", addr,
mem_value);
#endif
}
}