Changeset 64039 in vbox
- Timestamp:
- Sep 27, 2016 11:18:38 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r63465 r64039 2105 2105 szInstruction[0] = '\0'; 2106 2106 DBGFR3DisasInstrCurrent(pVCpu, szInstruction, sizeof(szInstruction)); 2107 pHlp->pfnPrintf(pHlp, "\nCPUM : %s\n\n", szInstruction);2107 pHlp->pfnPrintf(pHlp, "\nCPUM%u: %s\n\n", pVCpu->idCpu, szInstruction); 2108 2108 } 2109 2109
Note:
See TracChangeset
for help on using the changeset viewer.