Changeset 74792 in vbox for trunk/src/VBox
- Timestamp:
- Oct 12, 2018 10:53:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h
r74785 r74792 294 294 if (pVCpu->cpum.GstCtx.hwvirt.fLocalForcedActions) 295 295 { 296 VMCPU_FF_SET (pVCpu, pVCpu->cpum.GstCtx.hwvirt.fLocalForcedActions);296 VMCPU_FF_SET_MASK(pVCpu, pVCpu->cpum.GstCtx.hwvirt.fLocalForcedActions); 297 297 pVCpu->cpum.GstCtx.hwvirt.fLocalForcedActions = 0; 298 298 }
Note:
See TracChangeset
for help on using the changeset viewer.