Revision 6ee093c9 hw/usb-uhci.c

b/hw/usb-uhci.c
1054 1054

  
1055 1055
    /* prepare the timer for the next frame */
1056 1056
    expire_time = qemu_get_clock(vm_clock) +
1057
        (ticks_per_sec / FRAME_TIMER_FREQ);
1057
        (get_ticks_per_sec() / FRAME_TIMER_FREQ);
1058 1058
    qemu_mod_timer(s->frame_timer, expire_time);
1059 1059
}
1060 1060

  

Also available in: Unified diff