Changeset 40745 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Apr 2, 2012 1:11:25 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/dbg-r0drv-solaris.c
r40702 r40745 170 170 uint32_t cRefs = ASMAtomicIncU32(&pThis->cRefs); 171 171 Assert(cRefs && cRefs < 100000); 172 NOREF(cRefs);173 172 return cRefs; 174 173 } … … 201 200 AssertPtrReturn(pszMember, VERR_INVALID_PARAMETER); 202 201 AssertPtrReturn(pszStructure, VERR_INVALID_PARAMETER); 203 AssertPtrReturn(poffMember, 202 AssertPtrReturn(poffMember, VERR_INVALID_PARAMETER); 204 203 RT_ASSERT_PREEMPTIBLE(); 205 204
Note:
See TracChangeset
for help on using the changeset viewer.