VirtualBox

Changeset 31992 in vbox for trunk


Ignore:
Timestamp:
Aug 26, 2010 12:56:43 PM (14 years ago)
Author:
vboxsync
Message:

PGMDbg: bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMDbg.cpp

    r31989 r31992  
    17391739    uint32_t uRsvd = (u64Entry & pState->u64HighReservedBits) >> 52;
    17401740    if (uRsvd)
    1741         pState->pHlp->pfnPrintf(pState->pHlp, " %u:52=%03llx%s",
     1741        pState->pHlp->pfnPrintf(pState->pHlp, " %u:52=%03x%s",
    17421742                                pState->uLastRsvdBit, uRsvd, pState->fLme ? "" : "!");
    17431743    /** @todo check the valid physical bits as well. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette