Changeset 91854 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Oct 20, 2021 12:50:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r90439 r91854 544 544 if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS)) 545 545 { 546 # ifndef PGM_WITHOUT_MAPPINGS547 Assert(!(pShwPD->a[i].u & PGM_PDFLAGS_MAPPING));548 # endif549 546 pShwPD->a[i].u = 0; 550 547 Assert(pPage->cPresent); … … 565 562 if ((pShwPD->a[i].u & (EPT_E_READ | EPT_E_LEAF)) == (EPT_E_READ | EPT_E_LEAF)) 566 563 { 567 # ifndef PGM_WITHOUT_MAPPINGS568 Assert(!(pShwPD->a[i].u & PGM_PDFLAGS_MAPPING));569 # endif570 564 pShwPD->a[i].u = 0; 571 565 Assert(pPage->cPresent);
Note:
See TracChangeset
for help on using the changeset viewer.