Changeset 26169 in vbox for trunk/src/VBox/VMM/PDMDriver.cpp
- Timestamp:
- Feb 2, 2010 8:19:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDriver.cpp
r26168 r26169 448 448 //pNew->Internal.s.pfnAsyncNotify = NULL; 449 449 pNew->Internal.s.pCfgHandle = pNode; 450 pNew->pReg = pDrv->pReg;450 pNew->pReg = pDrv->pReg; 451 451 pNew->pCfgHandle = pConfigNode; 452 452 pNew->iInstance = pDrv->iNextInstance; … … 455 455 //pNew->pDownBase = NULL; 456 456 //pNew->IBase.pfnQueryInterface = NULL; 457 pNew->pHlpR3 = &g_pdmR3DrvHlp;457 pNew->pHlpR3 = &g_pdmR3DrvHlp; 458 458 pNew->pvInstanceDataR3 = &pNew->achInstanceData[0]; 459 459 if (pDrv->pReg->fFlags & PDM_DRVREG_FLAGS_R0)
Note:
See TracChangeset
for help on using the changeset viewer.