- Timestamp:
- Jun 30, 2008 4:45:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 {
Note:
See TracChangeset
for help on using the changeset viewer.