Changeset 70001 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
- Timestamp:
- Dec 8, 2017 5:58:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
r69765 r70001 328 328 */ 329 329 /* VMRUN must always be intercepted. */ 330 if (!CPUMIsGuestSvmCtrlInterceptSet(p Ctx, SVM_CTRL_INTERCEPT_VMRUN))330 if (!CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_VMRUN)) 331 331 { 332 332 Log(("iemSvmVmrun: VMRUN instruction not intercepted -> #VMEXIT\n")); … … 1002 1002 * Check if any MSRs are being intercepted. 1003 1003 */ 1004 Assert(CPUMIsGuestSvmCtrlInterceptSet(p Ctx, SVM_CTRL_INTERCEPT_MSR_PROT));1004 Assert(CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_MSR_PROT)); 1005 1005 Assert(CPUMIsGuestInSvmNestedHwVirtMode(pCtx)); 1006 1006
Note:
See TracChangeset
for help on using the changeset viewer.