VirtualBox

Changeset 64357 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 21, 2016 1:43:40 PM (8 years ago)
Author:
vboxsync
Message:

PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/GIMDev/GIMDev.cpp

    r64115 r64357  
    340340    for (uint32_t i = 0; i < cRegions; i++, pCur++)
    341341    {
    342         int rc = PDMDevHlpMMIOExDeregister(pDevIns, pCur->iRegion);
     342        int rc = PDMDevHlpMMIOExDeregister(pDevIns, NULL, pCur->iRegion);
    343343        if (RT_FAILURE(rc))
    344344            return rc;
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r64115 r64357  
    44184418    {
    44194419        /* drop this dummy region */
    4420         rc = PDMDevHlpMMIOExDeregister(pDevIns, 2);
     4420        rc = PDMDevHlpMMIOExDeregister(pDevIns, NULL, 2);
    44214421        pThis->fSharedRegion = false;
    44224422    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette