VirtualBox

Changeset 48017 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 23, 2013 9:25:31 AM (11 years ago)
Author:
vboxsync
Message:

cleanup

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r47569 r48017  
    17891789                const char *pszLong        = pDesc->Gen.u1Long ? "LONG" : "   ";
    17901790
    1791                 uint64_t u32Base = X86DESC64_BASE(pDesc);
     1791                uint64_t u64Base = X86DESC64_BASE(pDesc);
    17921792                uint32_t cbLimit = X86DESC_LIMIT_G(pDesc);
    17931793
    17941794                rc = DBGCCmdHlpPrintf(pCmdHlp, "%04x %s Bas=%016RX64 Lim=%08x DPL=%d %s %s %s %sAVL=%d R=%d%s\n",
    1795                                         iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit,
     1795                                        iEntry, s_apszTypes[pDesc->Gen.u4Type], u64Base, cbLimit,
    17961796                                        pDesc->Gen.u2Dpl, pszPresent, pszBusy, pszLong, pszBig,
    17971797                                        pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1),
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r45312 r48017  
    460460/* Disassembly helpers used in IOMAll.cpp & IOMAllMMIO.cpp */
    461461bool    iomGetRegImmData(PDISCPUSTATE pCpu, PCDISOPPARAM pParam, PCPUMCTXCORE pRegFrame, uint64_t *pu64Data, unsigned *pcbSize);
    462 bool    iomSaveDataToReg(PDISCPUSTATE pCpu, PCDISOPPARAM pParam, PCPUMCTXCORE pRegFrame, uint64_t u32Data);
     462bool    iomSaveDataToReg(PDISCPUSTATE pCpu, PCDISOPPARAM pParam, PCPUMCTXCORE pRegFrame, uint64_t u64Data);
    463463
    464464RT_C_DECLS_END
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