Changeset 59959 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- Mar 9, 2016 8:06:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
r58986 r59959 1271 1271 AssertReturnVoid(pMtx != &g_DummyMtx); 1272 1272 AssertPtr(pMtx); 1273 if (pMtx->hMtx == NIL_RTSEMMUTEX || pMtx->hMtx == NULL)1273 if (pMtx->hMtx == NIL_RTSEMMUTEX) 1274 1274 return; 1275 1275
Note:
See TracChangeset
for help on using the changeset viewer.