Changeset 17112 in vbox for trunk/src/VBox
- Timestamp:
- Feb 25, 2009 9:58:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17052 r17112 932 932 { 933 933 if ( pPdpt->a[i].n.u1Present 934 && pPage->Core.Key == pPdpt->a[i].u & X86_PDPE_PG_MASK)934 && pPage->Core.Key == (pPdpt->a[i].u & X86_PDPE_PG_MASK)) 935 935 { 936 936 LogFlow(("pgmPoolIsActiveRootPage found PAE PDPE root\n"));
Note:
See TracChangeset
for help on using the changeset viewer.