- Timestamp:
- May 5, 2014 12:27:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r51182 r51183 4841 4841 PSVMVMCB pVmcb = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb; 4842 4842 if ( !(pVmcb->ctrl.u64ExitInfo2 & (SVM_EXIT2_TASK_SWITCH_IRET | SVM_EXIT2_TASK_SWITCH_JMP)) 4843 && pVCpu->hm.s.Event.fPending) 4843 && pVCpu->hm.s.Event.fPending) /** @todo fPending cannot be 'true' here, see hmR0SvmInjectPendingEvent(). */ 4844 4844 { 4845 4845 /*
Note:
See TracChangeset
for help on using the changeset viewer.