VirtualBox

Changeset 91899 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 20, 2021 2:11:42 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147703
Message:

VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tables and convert devices and drivers to make use of those, bugref:10074 [build fix]

File:
1 edited

Legend:

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

    r91897 r91899  
    13801380static DECLCALLBACK(void) pdmR3DrvHlp_MMHeapFree(PPDMDRVINS pDrvIns, void *pv)
    13811381{
    1382     PDMDRV_ASSERT_DRVINS(pDrvIns);
     1382    PDMDRV_ASSERT_DRVINS(pDrvIns); RT_NOREF(pDrvIns);
    13831383    LogFlow(("pdmR3DrvHlp_MMHeapFree: caller='%s'/%d: pv=%p\n",
    13841384             pDrvIns->pReg->szName, pDrvIns->iInstance, pv));
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