- Timestamp:
- Oct 24, 2007 3:58:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupref.h
r5461 r5468 142 142 } 143 143 144 if (RT_ LIKELY(ASMAtomicCmpXchgU64(pData->pu64Prev, u64NanoTS, u64PrevNanoTS)))144 if (RT_UNLIKELY(!ASMAtomicCmpXchgU64(pData->pu64Prev, u64NanoTS, u64PrevNanoTS))) 145 145 { 146 146 /*
Note:
See TracChangeset
for help on using the changeset viewer.