VirtualBox

Changeset 76827 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jan 16, 2019 5:39:39 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128184
Message:

VMM: Nested VMX: bugref:9180 Nits.

File:
1 edited

Legend:

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

    r76821 r76827  
    20462046    {
    20472047        RTGCPHYS const GCPhysVmcs  = IEM_VMX_GET_CURRENT_VMCS(pVCpu);
    2048         uint32_t const offVmxAbort = RT_UOFFSETOF(VMXVVMCS, u32VmxAbortId);
     2048        uint32_t const offVmxAbort = RT_UOFFSETOF(VMXVVMCS, enmVmxAbort);
    20492049        PGMPhysSimpleWriteGCPhys(pVCpu->CTX_SUFF(pVM), GCPhysVmcs + offVmxAbort, &enmAbort, sizeof(enmAbort));
    20502050    }
Note: See TracChangeset for help on using the changeset viewer.

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