VirtualBox

Changeset 82298 in vbox


Ignore:
Timestamp:
Nov 29, 2019 11:33:45 PM (5 years ago)
Author:
vboxsync
Message:

DevPci: There are no more old style I/O port or MMIOEx ranges anymore. [build fix] bugref:9218

File:
1 edited

Legend:

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

    r82297 r82298  
    25732573            else
    25742574            {
     2575                RTGCPHYS     GCPhysBase = pRegion->addr;
     2576#ifdef VBOX_STRICT
    25752577                PDEVPCIBUSCC pBusCC     = PDMINS_2_DATA_CC(pDevIns, PDEVPCIBUSCC);
    2576                 RTGCPHYS     GCPhysBase = pRegion->addr;
    25772578                Assert(!pBusCC->pPciHlpR3->pfnIsMMIOExBase(pDevIns, pDev->Int.s.pDevInsR3, GCPhysBase));
     2579#endif
    25782580                rc = PDMDevHlpMMIODeregister(pDev->Int.s.pDevInsR3, GCPhysBase, pRegion->size);
    25792581                AssertRC(rc);
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