Changeset 37187 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2011 4:11:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp
r36891 r37187 1559 1559 if (pState->fDumpPageInfo) 1560 1560 pgmR3DumpHierarchyShwTablePageInfo(pState, cr3 & X86_CR3_AMD64_PAGE_MASK); 1561 pState->pHlp->pfnPrintf(pState->pHlp, " %s%s \n",1561 pState->pHlp->pfnPrintf(pState->pHlp, " %s%s%s\n", 1562 1562 pszMode, 1563 1563 pState->fNp ? " + Nested Paging" : "",
Note:
See TracChangeset
for help on using the changeset viewer.