Changeset 18166 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Mar 23, 2009 11:07:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r18144 r18166 3086 3086 pVM->pgm.s.cSharedPages, 3087 3087 pVM->pgm.s.cZeroPages)); 3088 #if 1 3089 for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++) 3090 LogRel(("PGM: aHandyPages[#%-2d] = {.HCPhysGCPhys=%RHp, .idPage=%#08x, .idSharedPage=%#08x}\n", 3091 i, pVM->pgm.s.aHandyPages[i].HCPhysGCPhys, pVM->pgm.s.aHandyPages[i].idPage, 3092 pVM->pgm.s.aHandyPages[i].idSharedPage)); 3093 #endif 3088 3094 rc = VERR_EM_NO_MEMORY; 3089 3095 //rc = VINF_EM_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.