Changeset 90803 in vbox for trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp
- Timestamp:
- Aug 23, 2021 7:08:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp
r82968 r90803 59 59 { 60 60 NOREF(pSession); 61 if (! VALID_PTR(pReqHdr))61 if (!RT_VALID_PTR(pReqHdr)) 62 62 return VERR_INVALID_PARAMETER; 63 63 char *pszErr = (char *)(pReqHdr + 1);
Note:
See TracChangeset
for help on using the changeset viewer.