Changeset 7963 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Apr 14, 2008 5:26:08 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29606
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r7962 r7963 447 447 if ( iShw2 != iShw 448 448 && iShw2 < X86_PG_PAE_PDPE_ENTRIES 449 && uShw.pPDP ae->a[iShw2].u & PGM_PDFLAGS_MAPPING)449 && uShw.pPDPT->a[iShw2].u & PGM_PDFLAGS_MAPPING) 450 450 { 451 451 Assert(pgmMapAreMappingsEnabled(&pPool->CTXSUFF(pVM)->pgm.s));
Note:
See TracChangeset
for help on using the changeset viewer.