mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-21 04:45:25 +00:00
Fix hw/gt64xxx.c compilation with DEBUG defined
Use TARGET_FMT_plx as format placeholder for target_phys_addr_t Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
3c05613a6a
commit
82f24fccaa
@ -276,7 +276,7 @@ static void gt64120_isd_mapping(GT64120State *s)
|
||||
check_reserved_space(&start, &length);
|
||||
length = 0x1000;
|
||||
/* Map new address */
|
||||
DPRINTF("ISD: %x@%x -> %x@%x, %x\n", s->ISD_length, s->ISD_start,
|
||||
DPRINTF("ISD: "TARGET_FMT_plx"@"TARGET_FMT_plx" -> "TARGET_FMT_plx"@"TARGET_FMT_plx", %x\n", s->ISD_length, s->ISD_start,
|
||||
length, start, s->ISD_handle);
|
||||
s->ISD_start = start;
|
||||
s->ISD_length = length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user