Changeset 88169 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Mar 17, 2021 7:35:16 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r87700 r88169 1160 1160 { 1161 1161 if (RT_SUCCESS(rc)) 1162 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryInt", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryInt);1163 if (RT_SUCCESS(rc))1164 1162 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryFast", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryFast); 1165 1163 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.