VirtualBox

Changeset 32977 in vbox


Ignore:
Timestamp:
Oct 7, 2010 1:49:43 PM (14 years ago)
Author:
vboxsync
Message:

Extend assertion

File:
1 edited

Legend:

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

    r32868 r32977  
    47884788                  || pPage->enmKind == PGMPOOLKIND_PAE_PD1_FOR_32BIT_PD
    47894789                  || pPage->enmKind == PGMPOOLKIND_PAE_PD2_FOR_32BIT_PD
    4790                   || pPage->enmKind == PGMPOOLKIND_PAE_PD3_FOR_32BIT_PD,
     4790                  || pPage->enmKind == PGMPOOLKIND_PAE_PD3_FOR_32BIT_PD
     4791                  || pPage->enmKind == PGMPOOLKIND_ROOT_NESTED,
    47914792                  ("Can't free the shadow CR3! (%RHp vs %RHp kind=%d\n", PGMGetHyperCR3(VMMGetCpu(pVM)), pPage->Core.Key, pPage->enmKind));
    47924793        Log(("pgmPoolFlushPage: current active shadow CR3, rejected. enmKind=%s idx=%d\n", pgmPoolPoolKindToStr(pPage->enmKind), pPage->idx));
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