VirtualBox

Changeset 53283 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2014 10:57:04 AM (10 years ago)
Author:
vboxsync
Message:

VMM/GIM: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp

    r51961 r53283  
    107107     * Hyper-V reports the reference time in 100 nanosecond units.
    108108     */
    109     uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM) / UINT64_C(10000000); /* 100 ns */
     109    uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM) / RT_NS_10MS;
    110110    int64_t i64TscOffset = (int64_t)u64Offset / u64Tsc100Ns;
    111111
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