VirtualBox

Changeset 47792 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 16, 2013 9:45:07 AM (11 years ago)
Author:
vboxsync
Message:

wrong assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r47786 r47792  
    10331033        || PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_MMIO2_ALIAS_MMIO)
    10341034    {
    1035         /* Fend off the VT-x APIC access page hack. */
    1036         AssertLogRelReturn(PGM_PAGE_GET_PAGEID(pPage) == NIL_GMM_PAGEID, VERR_PGM_MAP_MMIO2_ALIAS_MMIO);
    1037 
    10381035        /* Decode the page id to a page in a MMIO2 ram range. */
    10391036        uint8_t  idMmio2 = PGM_MMIO2_PAGEID_GET_MMIO2_ID(PGM_PAGE_GET_PAGEID(pPage));
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