VirtualBox

Changeset 64354 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 21, 2016 1:16:10 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/Samples/DevPlayground.cpp

    r64353 r64354  
    9292            if (GCPhysAddress == NIL_RTGCPHYS)
    9393                return VINF_SUCCESS; /* We ignore the unmap notification. */
    94             return PDMDevHlpMMIOExMap(pPciDev->pDevIns, iRegion, GCPhysAddress);
     94            return PDMDevHlpMMIOExMap(pPciDev->pDevIns, pPciDev, iRegion, GCPhysAddress);
    9595
    9696        default:
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