VirtualBox

Changeset 9795 in vbox


Ignore:
Timestamp:
Jun 18, 2008 3:34:09 PM (16 years ago)
Author:
vboxsync
Message:

Forgot to clean up

File:
1 edited

Legend:

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

    r9793 r9795  
    10331033    pHlp->pfnPrintf(pHlp, "Guest CPUM state: %s\n", pszComment);
    10341034    cpumR3InfoOne(pVM, &pVM->cpum.s.Guest, CPUMCTX2CORE(&pVM->cpum.s.Guest), pHlp, enmType, "");
    1035 
    1036     char szInstruction[256];
    1037     int rc = DBGFR3DisasInstrCurrent(pVM, szInstruction, sizeof(szInstruction));
    1038     if (VBOX_SUCCESS(rc))
    1039         pHlp->pfnPrintf(pHlp, "\nCPUM: %s\n\n", szInstruction);
    10401035}
    10411036
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