Changeset 76827 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jan 16, 2019 5:39:39 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r76821 r76827 2046 2046 { 2047 2047 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); 2049 2049 PGMPhysSimpleWriteGCPhys(pVCpu->CTX_SUFF(pVM), GCPhysVmcs + offVmxAbort, &enmAbort, sizeof(enmAbort)); 2050 2050 }
Note:
See TracChangeset
for help on using the changeset viewer.