Changeset 86475 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 7, 2020 7:02:36 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r86472 r86475 541 541 for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++) 542 542 { 543 if ( pShwPD->a[i].n.u1Present 544 && pShwPD->a[i].b.u1Size) 543 if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS)) 545 544 { 546 545 # ifndef PGM_WITHOUT_MAPPINGS
Note:
See TracChangeset
for help on using the changeset viewer.