VirtualBox

Changeset 9352 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 3, 2008 12:30:26 PM (17 years ago)
Author:
vboxsync
Message:

Added missing pTimer->iTick++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c

    r8245 r9352  
    232232        struct timeval tv;
    233233        const uint64_t u64NanoTS = RTTimeNanoTS();
     234        pTimer->iTick++;
    234235        pTimer->u64NextTS = pTimer->u64StartTS + pTimer->iTick * pTimer->u64NanoInterval;
    235236        if (pTimer->u64NextTS < u64NanoTS)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette