VirtualBox

Changeset 84139 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 4, 2020 6:36:08 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137735
Message:

GIMKvm: nit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp

    r84044 r84139  
    418418     * Note that the frequency is in kHz, not Hz, since that's what Linux uses.
    419419     */
    420     uint64_t uTscKHz;
    421 
    422     uTscKHz = (RT_NS_1MS_64 << 32) / SystemTime.u32TscScale;
     420    uint64_t uTscKHz = (RT_NS_1MS_64 << 32) / SystemTime.u32TscScale;
    423421    if (SystemTime.i8TscShift < 0)
    424422        uTscKHz <<= -SystemTime.i8TscShift;
Note: See TracChangeset for help on using the changeset viewer.

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