Changeset 77319 in vbox for trunk/src/VBox
- Timestamp:
- Feb 14, 2019 5:39:43 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r77295 r77319 3095 3095 3096 3096 /* Clear the force-flag indicating that monitor-trap flag is no longer active. */ 3097 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_VMX_ PREEMPT_TIMER);3097 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_VMX_MTF); 3098 3098 3099 3099 /* Cause the MTF VM-exit. The VM-exit qualification MBZ. */
Note:
See TracChangeset
for help on using the changeset viewer.