- Timestamp:
- Aug 26, 2010 12:56:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMDbg.cpp
r31989 r31992 1739 1739 uint32_t uRsvd = (u64Entry & pState->u64HighReservedBits) >> 52; 1740 1740 if (uRsvd) 1741 pState->pHlp->pfnPrintf(pState->pHlp, " %u:52=%03 llx%s",1741 pState->pHlp->pfnPrintf(pState->pHlp, " %u:52=%03x%s", 1742 1742 pState->uLastRsvdBit, uRsvd, pState->fLme ? "" : "!"); 1743 1743 /** @todo check the valid physical bits as well. */
Note:
See TracChangeset
for help on using the changeset viewer.