Changeset 9795 in vbox
- Timestamp:
- Jun 18, 2008 3:34:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/CPUM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r9793 r9795 1033 1033 pHlp->pfnPrintf(pHlp, "Guest CPUM state: %s\n", pszComment); 1034 1034 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);1040 1035 } 1041 1036
Note:
See TracChangeset
for help on using the changeset viewer.

