Changeset 90880 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Aug 25, 2021 1:14:57 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp
r90789 r90880 229 229 uint32_t *pcEntries) 230 230 { 231 AssertPtrReturn(pahKrnlModInfo, VERR_INVALID_POINTER);232 AssertReturn(cEntriesMax == 0, VERR_INVALID_PARAMETER);231 if (cEntriesMax > 0) 232 AssertPtrReturn(pahKrnlModInfo, VERR_INVALID_POINTER); 233 233 234 234 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.