Changeset 55860 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 14, 2015 9:42:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c
r48051 r55860 255 255 NOREF(rc); 256 256 257 #if def VBOX_STRICT257 #if 0 /*def RT_STRICT - access after free */ 258 258 cRefs = ASMAtomicReadU32(&pThis->cRefs); 259 259 Assert(!cRefs);
Note:
See TracChangeset
for help on using the changeset viewer.