VirtualBox

Changeset 80942 in vbox for trunk


Ignore:
Timestamp:
Sep 23, 2019 9:33:46 AM (5 years ago)
Author:
vboxsync
Message:

VMM: Corrected parameters for the pdmR0DeviceCreateWorker call. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r80722 r80942  
    15681568                        && pReq->cMaxMsixVectors  == pDevReg->cMaxMsixVectors)
    15691569                    {
    1570                         rc = pdmR0DeviceCreateWorker(pGVM, pDevReg, pReq->iInstance, pReq->fRCEnabled,
    1571                                                      pReq->cbInstanceR3, pReq->cbInstanceRC, hMod,
    1572                                                      &pReq->pDevInsR3);
     1570                        rc = pdmR0DeviceCreateWorker(pGVM, pDevReg, pReq->iInstance, pReq->cbInstanceR3, pReq->cbInstanceRC,
     1571                                                     NIL_RTRCPTR /** @todo new raw-mode */, hMod, &pReq->pDevInsR3);
    15731572                        if (RT_SUCCESS(rc))
    15741573                            hMod = NULL; /* keep the module reference */
Note: See TracChangeset for help on using the changeset viewer.

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