Changeset 92341 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 10, 2021 11:50:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r92326 r92341 5972 5972 RTAssertMsg2Weak("i=%d iClear=%d cHandyPages=%d\n", i, iClear, pVM->pgm.s.cHandyPages); 5973 5973 for (uint32_t j = iClear; j < pVM->pgm.s.cHandyPages; j++) 5974 RTAssertMsg2Add("%03d: idPage=%d HCPhysGCPhys=%RHp idSharedPage=%d% \n", j,5974 RTAssertMsg2Add("%03d: idPage=%d HCPhysGCPhys=%RHp idSharedPage=%d%s\n", j, 5975 5975 pVM->pgm.s.aHandyPages[j].idPage, 5976 5976 pVM->pgm.s.aHandyPages[j].HCPhysGCPhys,
Note:
See TracChangeset
for help on using the changeset viewer.