Changeset 81170 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 9, 2019 8:45:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r81168 r81170 3526 3526 static void hmR0SvmSetIntWindowExiting(PVMCPUCC pVCpu, PSVMVMCB pVmcb) 3527 3527 { 3528 HMSVM_ASSERT_NOT_IN_NESTED_GUEST(&pVCpu->cpum.GstCtx); 3528 HMSVM_ASSERT_NOT_IN_NESTED_GUEST(&pVCpu->cpum.GstCtx); NOREF(pVCpu); 3529 3529 3530 3530 /* … … 3557 3557 static void hmR0SvmClearIntWindowExiting(PVMCPUCC pVCpu, PSVMVMCB pVmcb) 3558 3558 { 3559 HMSVM_ASSERT_NOT_IN_NESTED_GUEST(&pVCpu->cpum.GstCtx); 3559 HMSVM_ASSERT_NOT_IN_NESTED_GUEST(&pVCpu->cpum.GstCtx); NOREF(pVCpu); 3560 3560 3561 3561 PSVMVMCBCTRL pVmcbCtrl = &pVmcb->ctrl;
Note:
See TracChangeset
for help on using the changeset viewer.