VirtualBox

Ignore:
Timestamp:
Oct 15, 2019 5:13:26 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Typo, unordered atomic is sufficient here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r81277 r81278  
    1078710787                    rc = APICSetTpr(pVCpu, pVmcsInfo->pbVirtApic[XAPIC_OFF_TPR]);
    1078810788                    AssertRC(rc);
    10789                     ASMAtomicOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_GUEST_APIC_TPR);
     10789                    ASMAtomicUoOrU64(&pVCpu->hm.s.fCtxChanged, HM_CHANGED_GUEST_APIC_TPR);
    1079010790                }
    1079110791            }
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