VirtualBox

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


Ignore:
Timestamp:
Jul 26, 2010 9:14:48 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64051
Message:

VMM: RT_UNLIKELY misusage (disabled code)

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r30590 r31099  
    10161016
    10171017#ifdef VBOX_HIGH_RES_TIMERS_HACK_IN_RING0
    1018     if (RT_UNLIKELY(cResume & 0xf) == 0)
     1018    if (RT_UNLIKELY((cResume & 0xf) == 0))
    10191019    {
    10201020        uint64_t u64CurTime = RTTimeMilliTS();
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r31053 r31099  
    23872387
    23882388#ifdef VBOX_HIGH_RES_TIMERS_HACK_IN_RING0
    2389     if (RT_UNLIKELY(cResume & 0xf) == 0)
     2389    if (RT_UNLIKELY((cResume & 0xf) == 0))
    23902390    {
    23912391        uint64_t u64CurTime = RTTimeMilliTS();
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