Changeset 100164 in vbox
- Timestamp:
- Jun 13, 2023 11:34:42 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
r99753 r100164 4971 4971 vmxHCSetIntWindowExitVmcs(pVCpu, pVmcsInfo); 4972 4972 else 4973 Assert(!(pVmcsInfo->u32ProcCtls & VMX_PROC_CTLS_INT_WINDOW_EXIT)); 4973 { 4974 /* It's possible that interrupt-window exiting is still active, clear it as it's now unnecessary. */ 4975 vmxHCClearIntWindowExitVmcs(pVCpu, pVmcsInfo); 4976 } 4974 4977 } 4975 4978 }
Note:
See TracChangeset
for help on using the changeset viewer.