Changeset 87700 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Feb 10, 2021 8:21:04 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r86549 r87700 1682 1682 1683 1683 1684 void VBOXCALL supdrvOSLdrRetainWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 1685 { 1686 RT_NOREF(pDevExt, pImage); 1687 AssertFailed(); 1688 } 1689 1690 1691 void VBOXCALL supdrvOSLdrReleaseWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 1692 { 1693 RT_NOREF(pDevExt, pImage); 1694 AssertFailed(); 1695 } 1696 1697 1684 1698 #ifdef SUPDRV_WITH_MSR_PROBER 1685 1699
Note:
See TracChangeset
for help on using the changeset viewer.