VirtualBox

Changeset 64469 in vbox


Ignore:
Timestamp:
Oct 28, 2016 3:21:33 PM (8 years ago)
Author:
vboxsync
Message:

DevPci: Cleaning up ich9pciUpdateMappings and friends.

File:
1 edited

Legend:

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

    r64467 r64469  
    18451845            else
    18461846                rc = PDMDevHlpMMIODeregister(pDev->Int.s.pDevInsR3, GCPhysBase, pRegion->size);
     1847            Assert(rc);
    18471848        }
    18481849        pRegion->addr = INVALID_PCI_ADDRESS;
     
    19231924                if (uNew != INVALID_PCI_ADDRESS)
    19241925                {
    1925                     int rc = pRegion->map_func(pDev->Int.s.pDevInsR3, pDev, iRegion,
    1926                                                pRegion->addr, pRegion->size,
    1927                                                (PCIADDRESSSPACE)(pRegion->type));
     1926                    int rc;
     1927                    rc = pRegion->map_func(pDev->Int.s.pDevInsR3, pDev, iRegion, uNew, cbRegion, (PCIADDRESSSPACE)(pRegion->type));
    19281928                    AssertRC(rc);
    19291929                }
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