VirtualBox

Changeset 56694 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 30, 2015 9:19:15 AM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: Cleanup.

File:
1 edited

Legend:

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

    r56672 r56694  
    115115     * Hyper-V reports the reference time in 100 nanosecond units.
    116116     */
    117     uint64_t u64Tsc100Ns = TMCpuTicksPerSecond(pVM) / RT_NS_10MS;
     117    uint64_t u64Tsc100Ns = pcHv->cTscTicksPerSecond / RT_NS_10MS;
    118118    int64_t i64TscOffset = (int64_t)u64Offset / u64Tsc100Ns;
    119119
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