Changeset 104848 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Jun 5, 2024 9:38:20 AM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163441
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r100357 r104848 1580 1580 } 1581 1581 1582 1583 DECLHIDDEN(int) rtR0MemObjNativeZeroInitWithoutMapping(PRTR0MEMOBJINTERNAL pMem) 1584 { 1585 RT_NOREF(pMem); 1586 return VERR_NOT_IMPLEMENTED; 1587 } 1588
Note:
See TracChangeset
for help on using the changeset viewer.