VirtualBox

Changeset 12690 in vbox for trunk/src


Ignore:
Timestamp:
Sep 24, 2008 2:35:13 PM (16 years ago)
Author:
vboxsync
Message:

Fixed pgmR3PhysMMIO2Find

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r12300 r12690  
    611611     */
    612612    for (PPGMMMIO2RANGE pCur = pVM->pgm.s.pMmio2RangesR3; pCur; pCur = pCur->pNextR3)
    613         if (pCur->pDevInsR3 == pDevIns)
     613        if (   pCur->pDevInsR3 == pDevIns
     614            && pCur->iRegion == iRegion)
    614615            return pCur;
    615616    return NULL;
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