Changeset 31099 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 26, 2010 9:14:48 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64051
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r30590 r31099 1016 1016 1017 1017 #ifdef VBOX_HIGH_RES_TIMERS_HACK_IN_RING0 1018 if (RT_UNLIKELY( cResume & 0xf) == 0)1018 if (RT_UNLIKELY((cResume & 0xf) == 0)) 1019 1019 { 1020 1020 uint64_t u64CurTime = RTTimeMilliTS(); -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r31053 r31099 2387 2387 2388 2388 #ifdef VBOX_HIGH_RES_TIMERS_HACK_IN_RING0 2389 if (RT_UNLIKELY( cResume & 0xf) == 0)2389 if (RT_UNLIKELY((cResume & 0xf) == 0)) 2390 2390 { 2391 2391 uint64_t u64CurTime = RTTimeMilliTS();
Note:
See TracChangeset
for help on using the changeset viewer.