VirtualBox

Ignore:
Timestamp:
Nov 6, 2019 11:58:44 AM (5 years ago)
Author:
vboxsync
Message:

PGM: Fixed getting MMIO2 mapping address mess. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r81691 r81705  
    691691    VM_ASSERT_EMT0_RETURN(pVM, NIL_RTGCPHYS);
    692692
    693     RTGCPHYS GCPhys = PGMR3PhysMMIOExGetMappingAddress(pVM, pDevIns, hRegion);
     693    RTGCPHYS GCPhys = PGMR3PhysMmio2GetMappingAddress(pVM, pDevIns, hRegion);
    694694
    695695    LogFlow(("pdmR3DevHlp_Mmio2ChangeRegionNo: caller='%s'/%d: returns %RGp\n", pDevIns->pReg->szName, pDevIns->iInstance, GCPhys));
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