Changeset 54374 in vbox
- Timestamp:
- Feb 23, 2015 10:27:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp
r48935 r54374 122 122 */ 123 123 PRTSEMMUTEXINTERNAL pThis = (PRTSEMMUTEXINTERNAL)hMutexSem; 124 if ( !pThis)124 if (pThis == NIL_RTSEMMUTEX) 125 125 return VERR_INVALID_PARAMETER; 126 126 AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
Note:
See TracChangeset
for help on using the changeset viewer.