Changeset 21706 in vbox for trunk/src/VBox/VMM/HWACCM.cpp
- Timestamp:
- Jul 17, 2009 3:34:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r21705 r21706 1407 1407 PHWACCMTPRPATCH pPatch = &pVM->hwaccm.s.svm.aPatches[i]; 1408 1408 RTGCPTR pInstrGC = (RTGCPTR)pPatch->Core.Key; 1409 int rc; 1409 1410 1410 1411 #ifdef LOG_ENABLED 1411 1412 char szOutput[256]; 1412 1413 1413 intrc = DBGFR3DisasInstrEx(pVM, pVCpu->idCpu, CPUMGetGuestCS(pVCpu), pInstrGC, 0, szOutput, sizeof(szOutput), 0);1414 rc = DBGFR3DisasInstrEx(pVM, pVCpu->idCpu, CPUMGetGuestCS(pVCpu), pInstrGC, 0, szOutput, sizeof(szOutput), 0); 1414 1415 if (VBOX_SUCCESS(rc)) 1415 1416 Log(("Patched instr: %s\n", szOutput));
Note:
See TracChangeset
for help on using the changeset viewer.