VirtualBox

Changeset 26169 in vbox for trunk/src/VBox/VMM/PDMDriver.cpp


Ignore:
Timestamp:
Feb 2, 2010 8:19:15 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57183
Message:

PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDriver.cpp

    r26168 r26169  
    448448                    //pNew->Internal.s.pfnAsyncNotify = NULL;
    449449                    pNew->Internal.s.pCfgHandle     = pNode;
    450                     pNew->pReg                   = pDrv->pReg;
     450                    pNew->pReg                      = pDrv->pReg;
    451451                    pNew->pCfgHandle                = pConfigNode;
    452452                    pNew->iInstance                 = pDrv->iNextInstance;
     
    455455                    //pNew->pDownBase                 = NULL;
    456456                    //pNew->IBase.pfnQueryInterface   = NULL;
    457                     pNew->pHlpR3                 = &g_pdmR3DrvHlp;
     457                    pNew->pHlpR3                    = &g_pdmR3DrvHlp;
    458458                    pNew->pvInstanceDataR3          = &pNew->achInstanceData[0];
    459459                    if (pDrv->pReg->fFlags & PDM_DRVREG_FLAGS_R0)
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