Changeset 86497 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 8, 2020 2:05:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r86489 r86497 541 541 for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++) 542 542 { 543 //Assert((pShwPD->a[i].u & UINT64_C(0xfff0000000000f80)) == 0); - bogus, includes X86_PDE_PS. 543 544 if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS)) 544 545 { … … 562 563 for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++) 563 564 { 564 Assert((pShwPD->a[i].u & UINT64_C(0xfff0000000000f80)) == 0);565 565 if ((pShwPD->a[i].u & (EPT_E_READ | EPT_E_LEAF)) == (EPT_E_READ | EPT_E_LEAF)) 566 566 {
Note:
See TracChangeset
for help on using the changeset viewer.