Changeset 57006 in vbox for trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp
- Timestamp:
- Jul 19, 2015 1:36:21 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp
r56287 r57006 1043 1043 { 1044 1044 pState->pHlp->pfnPrintf(pState->pHlp, "%0*llx error! PT mapping %s at HCPhys=%RHp was not found in the page pool!\n", 1045 pState->cchAddress, pState->u64Address, HCPhys);1045 pState->cchAddress, pState->u64Address, pszDesc, HCPhys); 1046 1046 return VERR_INVALID_PARAMETER; 1047 1047 } … … 2354 2354 , 2355 2355 cch, "", cch, "", cch, "", cch, "", cch, "", cch, "", cch, "", 2356 cch, "", cch, "", cch, "", cch, "", cch, "", cch, " ", cch, "Address");2356 cch, "", cch, "", cch, "", cch, "", cch, "", cch, "Address"); 2357 2357 if (pState->fLme) 2358 2358 rc = pgmR3DumpHierarchyGstPaePML4(pState, cr3 & cr3Mask, cMaxDepth);
Note:
See TracChangeset
for help on using the changeset viewer.