- Timestamp:
- Oct 8, 2018 9:50:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r74661 r74662 3311 3311 Assert(cbAccess == 1 || cbAccess == 2 || cbAccess == 4); 3312 3312 3313 PCVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);3314 Assert(pVmcs);3315 3316 3313 bool const fIntercept = iemVmxIsIoInterceptSet(pVCpu, u16Port); 3317 3314 if (fIntercept)
Note:
See TracChangeset
for help on using the changeset viewer.