- Timestamp:
- Sep 23, 2019 9:33:46 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r80722 r80942 1568 1568 && pReq->cMaxMsixVectors == pDevReg->cMaxMsixVectors) 1569 1569 { 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); 1573 1572 if (RT_SUCCESS(rc)) 1574 1573 hMod = NULL; /* keep the module reference */
Note:
See TracChangeset
for help on using the changeset viewer.