Changeset 41964 in vbox for trunk/src/VBox
- Timestamp:
- Jun 29, 2012 2:41:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PATMRC.cpp
r41906 r41964 479 479 if (pRec->patch.flags & PATMFL_INT3_REPLACEMENT) 480 480 { 481 uint32_t cbOp;482 DISCPUSTATE cpu;483 484 481 /* eip is pointing to the instruction *after* 'int 3' already */ 485 482 pRegFrame->eip = pRegFrame->eip - 1; … … 523 520 rc = VBOXSTRICTRC_TODO(rcStrict); 524 521 #else 522 uint32_t cbOp; 523 DISCPUSTATE cpu; 525 524 rc = DISInstr(&pRec->patch.aPrivInstr[0], enmCpuMode, &cpu, &cbOp); 526 525 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.