Revision 26a76461 hw/i8259.c

b/hw/i8259.c
531 531
    for (i = 0; i < 16; i++) {
532 532
        count = irq_count[i];
533 533
        if (count > 0)
534
            term_printf("%2d: %lld\n", i, count);
534
            term_printf("%2d: %" PRId64 "\n", i, count);
535 535
    }
536 536
#endif
537 537
}

Also available in: Unified diff