VirtualBox

Changeset 64356 in vbox for trunk/src/VBox/Devices/Network


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r64280 r64356  
    61396139            {
    61406140                Assert(!(GCPhysAddress & 7));
    6141                 rc = PDMDevHlpMMIOExMap(pPciDev->pDevIns, iRegion, GCPhysAddress);
     6141                rc = PDMDevHlpMMIOExMap(pPciDev->pDevIns, pPciDev, iRegion, GCPhysAddress);
    61426142            }
    61436143#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