Revision 82f24fcc hw/gt64xxx.c

b/hw/gt64xxx.c
276 276
    check_reserved_space(&start, &length);
277 277
    length = 0x1000;
278 278
    /* Map new address */
279
    DPRINTF("ISD: %x@%x -> %x@%x, %x\n", s->ISD_length, s->ISD_start,
279
    DPRINTF("ISD: "TARGET_FMT_plx"@"TARGET_FMT_plx" -> "TARGET_FMT_plx"@"TARGET_FMT_plx", %x\n", s->ISD_length, s->ISD_start,
280 280
            length, start, s->ISD_handle);
281 281
    s->ISD_start = start;
282 282
    s->ISD_length = length;

Also available in: Unified diff