Revision 74475455 hw/pflash_cfi01.c

b/hw/pflash_cfi01.c
628 628
#else
629 629
    pfl->ro = 0;
630 630
#endif
631
    pfl->timer = qemu_new_timer(vm_clock, pflash_timer, pfl);
631
    pfl->timer = qemu_new_timer_ns(vm_clock, pflash_timer, pfl);
632 632
    pfl->base = base;
633 633
    pfl->sector_len = sector_len;
634 634
    pfl->total_len = total_len;

Also available in: Unified diff