VirtualBox

Changeset 72747 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 29, 2018 7:48:28 AM (7 years ago)
Author:
vboxsync
Message:

VMM: Extend HM changed flags. ​​​bugref:9193 [build fix]

File:
1 edited

Legend:

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

    r72744 r72747  
    72527252{
    72537253    RT_NOREF(pVCpu);
    7254     Assert(!(ASMAtomicUoReadU64(&pMixedCtx->fExtrn) & CPUMCTX_EXTRN_RFLAGS));
     7254    Assert(!(ASMAtomicUoReadU64(&pMixedCtx->fExtrn) & CPUMCTX_EXTRN_RFLAGS)); NOREF(pMixedCtx);
    72557255    return VMXWriteVmcs32(VMX_VMCS_GUEST_PENDING_DEBUG_EXCEPTIONS, VMX_VMCS_GUEST_DEBUG_EXCEPTIONS_BS);
    72567256}
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