- Timestamp:
- Oct 2, 2013 7:39:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/once.cpp
r43893 r48807 363 363 int32_t iState = ASMAtomicUoReadS32(&pOnce->iState); 364 364 AssertMsg( iState == RTONCESTATE_DONE 365 &&iState == RTONCESTATE_UNINITIALIZED,365 || iState == RTONCESTATE_UNINITIALIZED, 366 366 ("%d\n", iState)); 367 367 NOREF(iState);
Note:
See TracChangeset
for help on using the changeset viewer.