VirtualBox

Changeset 88169 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Mar 17, 2021 7:35:16 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143319
Message:

SUPDrv: Build fix when compiling Solaris with VBOX_WITH_NATIVE_SOLARIS_LOADING enabled: remove call to the obsolete and now non-nonexistent VMMR0EntryInt() routine which was nuked in r102142.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r87700 r88169  
    11601160                {
    11611161                    if (RT_SUCCESS(rc))
    1162                         rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryInt",  (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryInt);
    1163                     if (RT_SUCCESS(rc))
    11641162                        rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryFast", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryFast);
    11651163                    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette