VirtualBox

Changeset 11996 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 2, 2008 4:40:12 PM (16 years ago)
Author:
vboxsync
Message:

PAE+NX = PAE (relevant for testing purposes).

File:
1 edited

Legend:

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

    r11964 r11996  
    739739        return;
    740740
    741     Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE);
     741    Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
    742742
    743743    /*
     
    10441044        return false;
    10451045
    1046     Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE);
     1046    Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE_NX);
    10471047
    10481048    /*
     
    10761076    }
    10771077    else
    1078     if (PGMGetGuestMode(pVM) == PGMMODE_PAE)
     1078    if (   PGMGetGuestMode(pVM) == PGMMODE_PAE
     1079        || PGMGetGuestMode(pVM) == PGMMODE_PAE_NX)
    10791080    {
    10801081        for (PPGMMAPPING pCur = pVM->pgm.s.pMappingsR3; pCur; pCur = pCur->pNextR3)
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