Changeset 63519 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp
- Timestamp:
- Aug 15, 2016 11:27:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp
r63509 r63519 140 140 uint32_t cRefs = ASMAtomicIncU32(&pThis->cRefs); 141 141 Assert(cRefs && cRefs < 100000); 142 RT_NOREF_PV(cRefs); 142 143 } 143 144
Note:
See TracChangeset
for help on using the changeset viewer.