Changeset 87700 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- 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/solaris/SUPDrv-solaris.c
r82968 r87700 1253 1253 1254 1254 1255 void VBOXCALL supdrvOSLdrRetainWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 1256 { 1257 RT_NOREF(pDevExt, pImage); 1258 AssertFailed(); 1259 } 1260 1261 1262 void VBOXCALL supdrvOSLdrReleaseWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 1263 { 1264 RT_NOREF(pDevExt, pImage); 1265 AssertFailed(); 1266 } 1267 1255 1268 #ifdef SUPDRV_WITH_MSR_PROBER 1256 1269
Note:
See TracChangeset
for help on using the changeset viewer.