VirtualBox

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


Ignore:
Timestamp:
Feb 22, 2010 6:02:37 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57915
Message:

Extra check

File:
1 edited

Legend:

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

    r26685 r26686  
    368368    Assert(!PGM_PAGE_IS_MMIO(pPage));
    369369
    370     if (PGMIsUsingLargePages(pVM))
     370    if (    PGMIsUsingLargePages(pVM)
     371        &&  PGM_PAGE_GET_TYPE(pPage) == PGMPAGETYPE_RAM)
    371372    {
    372373        RTHCPHYS HCPhysDummy;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette