VirtualBox

Ignore:
Timestamp:
Nov 18, 2021 4:04:25 PM (3 years ago)
Author:
vboxsync
Message:

VMM/VMXAllTemplate.cpp.h: Fix setting the context changed flags for th NEM/darwin case, bugref:10136

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r92495 r92498  
    1308113081    VBOXSTRICTRC rcStrict;
    1308213082    if (!pExitRec)
    13083     {
    1308413083        rcStrict = IEMExecOne(pVCpu);
    13085         ASMAtomicUoOrU64(&VCPU_2_VMXSTATE(pVCpu).fCtxChanged, HM_CHANGED_ALL_GUEST);
    13086     }
    1308713084    else
    1308813085    {
     
    1309313090              VBOXSTRICTRC_VAL(rcStrict), pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip));
    1309413091    }
     13092
     13093    ASMAtomicUoOrU64(&VCPU_2_VMXSTATE(pVCpu).fCtxChanged, HM_CHANGED_ALL_GUEST);
    1309513094#endif
    1309613095
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette