VirtualBox

Changeset 64356 in vbox for trunk/src/VBox/VMM


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/VMM/VMMR3/GIM.cpp

    r64115 r64356  
    634634     * Map the MMIO2 region over the specified guest-physical address.
    635635     */
    636     int rc = PDMDevHlpMMIOExMap(pDevIns, pRegion->iRegion, GCPhysRegion);
     636    int rc = PDMDevHlpMMIOExMap(pDevIns, NULL, pRegion->iRegion, GCPhysRegion);
    637637    if (RT_SUCCESS(rc))
    638638    {
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