Changeset 32977 in vbox
- Timestamp:
- Oct 7, 2010 1:49:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r32868 r32977 4788 4788 || pPage->enmKind == PGMPOOLKIND_PAE_PD1_FOR_32BIT_PD 4789 4789 || 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, 4791 4792 ("Can't free the shadow CR3! (%RHp vs %RHp kind=%d\n", PGMGetHyperCR3(VMMGetCpu(pVM)), pPage->Core.Key, pPage->enmKind)); 4792 4793 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.