- Timestamp:
- May 5, 2014 2:36:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r51185 r51186 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) /** @todo fPending cannot be 'true' here, see hmR0SvmInjectPendingEvent().*/4843 && pVCpu->hm.s.Event.fPending) /** @todo fPending cannot be 'true', see hmR0SvmInjectPendingEvent(). See @bugref{7362}.*/ 4844 4844 { 4845 4845 /*
Note:
See TracChangeset
for help on using the changeset viewer.