VirtualBox

Changeset 9711 in vbox


Ignore:
Timestamp:
Jun 16, 2008 11:36:07 AM (16 years ago)
Author:
vboxsync
Message:

Wrong assertion. There's a raw mode with PAE now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r9692 r9711  
    10551055             */
    10561056            Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s));
    1057             Assert(PGMGetGuestMode(pVM) <= PGMMODE_32_BIT);
     1057            Assert(PGMGetGuestMode(pVM) <= PGMMODE_PAE);
    10581058            rc = PGM_BTH_NAME(SyncPT)(pVM, iPDSrc, pPDSrc, GCPtrPage);
    10591059        }
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