Searched refs:szInstruction (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1776 char szInstruction[256]; local
1777 szInstruction[0] = '\0';
1778 DBGFR3DisasInstrCurrent(pVCpu, szInstruction, sizeof(szInstruction));
1779 pHlp->pfnPrintf(pHlp, "\nCPUM: %s\n\n", szInstruction);

Completed in 48 milliseconds