Changeset 10027
- Timestamp:
- 06/30/08 18:45:41 (6 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r10026 r10027 3468 3468 * Quietly reject any attempts at flushing the currently active shadow CR3 mapping 3469 3469 */ 3470 if ( pPage->idx == PGMPOOL_IDX_AMD64_CR3 3470 if ( ( pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4 3471 || pPage->enmKind == PGMPOOLKIND_64BIT_PML4_FOR_PHYS) 3471 3472 && PGMGetHyperCR3(CTXSUFF(pPool->pVM)) == pPage->Core.Key) 3472 3473 {

