Changeset 86185 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 20, 2020 12:10:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r86183 r86185 4309 4309 pVCpu->cpum.GstCtx.cs.fFlags = CPUMSELREG_FLAGS_VALID; 4310 4310 4311 pVCpu->cpum.GstCtx.ss.Sel = uNewCs & X86_SEL_MASK_OFF_RPL+ 8;4312 pVCpu->cpum.GstCtx.ss.ValidSel = uNewCs & X86_SEL_MASK_OFF_RPL+ 8;4311 pVCpu->cpum.GstCtx.ss.Sel = (uNewCs & X86_SEL_MASK_OFF_RPL) + 8; 4312 pVCpu->cpum.GstCtx.ss.ValidSel = (uNewCs & X86_SEL_MASK_OFF_RPL) + 8; 4313 4313 pVCpu->cpum.GstCtx.ss.u64Base = 0; 4314 4314 pVCpu->cpum.GstCtx.ss.u32Limit = UINT32_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.