Changeset 72896 in vbox
- Timestamp:
- Jul 4, 2018 5:06:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r72891 r72896 6806 6806 } 6807 6807 6808 /** @todo make CPUMGetGuestCpuId import any necessary MSR state. */6809 IEM_CTX_IMPORT_RET(pVCpu, CPUMCTX_EXTRN_ALL_MSRS);6810 6808 CPUMGetGuestCpuId(pVCpu, pVCpu->cpum.GstCtx.eax, pVCpu->cpum.GstCtx.ecx, 6811 6809 &pVCpu->cpum.GstCtx.eax, &pVCpu->cpum.GstCtx.ebx, &pVCpu->cpum.GstCtx.ecx, &pVCpu->cpum.GstCtx.edx);
Note:
See TracChangeset
for help on using the changeset viewer.