VirtualBox

Changeset 91900 in vbox


Ignore:
Timestamp:
Oct 20, 2021 2:16:27 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147704
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/PDMUsb.cpp

    r91897 r91900  
    17511751static DECLCALLBACK(void) pdmR3UsbHlp_MMHeapFree(PPDMUSBINS pUsbIns, void *pv)
    17521752{
    1753     PDMUSB_ASSERT_USBINS(pUsbIns);
     1753    PDMUSB_ASSERT_USBINS(pUsbIns); RT_NOREF(pUsbIns);
    17541754    LogFlow(("pdmR3UsbHlp_MMHeapFree: caller='%s'/%d: pv=%p\n", pUsbIns->pReg->szName, pUsbIns->iInstance, pv));
    17551755
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