Changeset 73400 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 31, 2018 8:28:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r73097 r73400 6789 6789 * Do the job. 6790 6790 */ 6791 IEM_CTX_IMPORT_RET(pVCpu, CPUMCTX_EXTRN_ OTHER_MSRS);6791 IEM_CTX_IMPORT_RET(pVCpu, CPUMCTX_EXTRN_KERNEL_GS_BASE | CPUMCTX_EXTRN_GS); 6792 6792 uint64_t uOtherGsBase = pVCpu->cpum.GstCtx.msrKERNELGSBASE; 6793 6793 pVCpu->cpum.GstCtx.msrKERNELGSBASE = pVCpu->cpum.GstCtx.gs.u64Base;
Note:
See TracChangeset
for help on using the changeset viewer.