- Timestamp:
- Sep 16, 2019 6:32:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r80621 r80808 13818 13818 && !TRPMHasTrap(pVCpu)) 13819 13819 { 13820 Assert( pVCpu->cpum.GstCtx.hwvirt.vmx.fInterceptEvents);13820 Assert(CPUMIsGuestVmxInterceptEvents(&pVCpu->cpum.GstCtx)); 13821 13821 if ( VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_VMX_NMI_WINDOW) 13822 13822 && CPUMIsGuestVmxVirtNmiBlocking(pVCpu, &pVCpu->cpum.GstCtx))
Note:
See TracChangeset
for help on using the changeset viewer.