VirtualBox

Changeset 64355 in vbox for trunk/src/VBox


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

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

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r64115 r64355  
    324324                            rc = r->map_func(d, i, NIL_RTGCPHYS, r->size, (PCIADDRESSSPACE)(r->type));
    325325                            AssertRC(rc);
    326                             rc = PDMDevHlpMMIOExUnmap(d->pDevIns, i, GCPhysBase);
     326                            rc = PDMDevHlpMMIOExUnmap(d->pDevIns, d, i, GCPhysBase);
    327327                        }
    328328                        else
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r64328 r64355  
    846846                rc = pRegion->map_func(pDev, iRegion, NIL_RTGCPHYS, pRegion->size, (PCIADDRESSSPACE)(pRegion->type));
    847847                AssertRC(rc);
    848                 rc = PDMDevHlpMMIOExUnmap(pDev->pDevIns, iRegion, GCPhysBase);
     848                rc = PDMDevHlpMMIOExUnmap(pDev->pDevIns, pDev, iRegion, GCPhysBase);
    849849            }
    850850            else
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