Changeset 17116 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 25, 2009 10:32:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17114 r17116 933 933 { 934 934 if ( (pPdpt->a[i].u & PGM_PLXFLAGS_MAPPING) 935 && pPdpt->a[i].n.u1Present936 935 && pPage->Core.Key == (pPdpt->a[i].u & X86_PDPE_PG_MASK)) 937 936 { 937 Assert(pPdpt->a[i].n.u1Present); 938 938 LogFlow(("pgmPoolIsActiveRootPage found PAE PDPE root\n")); 939 939 pPage->cModifications = 1; /* reset counter (can't use 0, or else it will be reinserted in the modified list) */
Note:
See TracChangeset
for help on using the changeset viewer.