Changeset 90862 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
- Timestamp:
- Aug 25, 2021 12:37:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r88377 r90862 635 635 { 636 636 pLoadReq->u.In.eEPType = SUPLDRLOADEP_VMMR0; 637 pLoadReq->u.In.EP.VMMR0.pvVMMR0 = uImageBase; 638 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryFast= (RTR0PTR)VMMR0EntryFast; 639 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx = (RTR0PTR)VMMR0EntryEx; 637 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryFast = (RTR0PTR)VMMR0EntryFast; 638 pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx = (RTR0PTR)VMMR0EntryEx; 640 639 } 641 640 else if (pszSrvReqHandler) 642 641 { 643 642 pLoadReq->u.In.eEPType = SUPLDRLOADEP_SERVICE; 644 pLoadReq->u.In.EP.Service.pfnServiceReq = (RTR0PTR)SrvReqHandler;643 pLoadReq->u.In.EP.Service.pfnServiceReq = (RTR0PTR)SrvReqHandler; 645 644 pLoadReq->u.In.EP.Service.apvReserved[0] = NIL_RTR0PTR; 646 645 pLoadReq->u.In.EP.Service.apvReserved[1] = NIL_RTR0PTR;
Note:
See TracChangeset
for help on using the changeset viewer.