Changeset 100577 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
- Timestamp:
- Jul 14, 2023 2:00:25 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r100108 r100577 3545 3545 } 3546 3546 # ifdef LOG_ENABLED 3547 Log (("iFirstPresent=%d cPresent=%d\n", pPage->iFirstPresent, pPage->cPresent));3547 LogRel(("iFirstPresent=%d cPresent=%d\n", pPage->iFirstPresent, pPage->cPresent)); 3548 3548 for (unsigned i = 0, cFound = 0; i < RT_ELEMENTS(pPD->a); i++) 3549 3549 if ((pPD->a[i].u & (EPT_PDE2M_PG_MASK | X86_PDE4M_P | X86_PDE4M_PS)) == u64) 3550 Log (("i=%d cFound=%d\n", i, ++cFound));3550 LogRel(("i=%d cFound=%d\n", i, ++cFound)); 3551 3551 # endif 3552 AssertFatalMsgFailed(("iFirstPresent=%d cPresent=%d \n", pPage->iFirstPresent, pPage->cPresent));3552 AssertFatalMsgFailed(("iFirstPresent=%d cPresent=%d enmKind=%d\n", pPage->iFirstPresent, pPage->cPresent, pPage->enmKind)); 3553 3553 /*PGM_DYNMAP_UNUSED_HINT_VM(pVM, pPD);*/ 3554 3554 break;
Note:
See TracChangeset
for help on using the changeset viewer.