VirtualBox

Changeset 73449 in vbox for trunk/src


Ignore:
Timestamp:
Aug 2, 2018 11:28:32 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124076
Message:

DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' commands. [build fix]

File:
1 edited

Legend:

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

    r73447 r73449  
    34093409                AddrVar.u.GCFlat = GCFlat + iInt * cbEntry;
    34103410                AddrVar.enmRangeType = DBGCVAR_RANGE_NONE;
    3411                 int rc = pCmdHlp->pfnMemRead(pCmdHlp, &u, cbEntry, &AddrVar, NULL);
     3411                rc = pCmdHlp->pfnMemRead(pCmdHlp, &u, cbEntry, &AddrVar, NULL);
    34123412                if (RT_FAILURE(rc))
    34133413                    return pCmdHlp->pfnVBoxError(pCmdHlp, rc, "Reading IDT entry %#04x.\n", (unsigned)iInt);
Note: See TracChangeset for help on using the changeset viewer.

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