Changeset 54279 in vbox
- Timestamp:
- Feb 18, 2015 7:43:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupref.h
r54278 r54279 223 223 * *pu64Prev below will force 1ns stepping. 224 224 */ 225 ASMAtomicIncU32(&pData->cExpired ++);225 ASMAtomicIncU32(&pData->cExpired); 226 226 u64Delta = u32UpdateIntervalTSC; 227 227 }
Note:
See TracChangeset
for help on using the changeset viewer.