- Timestamp:
- Oct 15, 2008 12:27:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13277 r13281 577 577 return VINF_EM_RESET; 578 578 } 579 if (VMX_EXIT_INTERRUPTION_INFO_TYPE(intInfo) == VMX_EXIT_INTERRUPTION_INFO_TYPE_SW) 579 if ( VMX_EXIT_INTERRUPTION_INFO_TYPE(intInfo) == VMX_EXIT_INTERRUPTION_INFO_TYPE_SW 580 || iGate == 3 /* Both #BP and #OF point to the instruction after. */ 581 || iGate == 4) 582 { 580 583 ip = pCtx->ip + cbInstr; 584 } 581 585 else 582 586 ip = pCtx->ip;
Note:
See TracChangeset
for help on using the changeset viewer.