Changeset 47373 in vbox for trunk/src/VBox
- Timestamp:
- Jul 24, 2013 1:05:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
r47364 r47373 138 138 } 139 139 140 if (!ASMAtomicDecU32(&pThis->cRefs)) 140 cRefs = ASMAtomicDecU32(&pThis->cRefs) 141 if (!cRefs) 141 142 { 142 143 Assert(!pThis->fRegistered);
Note:
See TracChangeset
for help on using the changeset viewer.