Changeset 74609 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 4, 2018 11:22:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r74608 r74609 5162 5162 } 5163 5163 5164 /* read it*/5164 /* Read it. */ 5165 5165 uint64_t crX; 5166 5166 switch (iCrReg) … … 5210 5210 5211 5211 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 5212 /* CRx bits are subject to masking when in VMX non-root mode. */ 5212 5213 if (IEM_VMX_IS_NON_ROOT_MODE(pVCpu)) 5213 5214 { … … 5217 5218 #endif 5218 5219 5219 /* store it*/5220 /* Store it. */ 5220 5221 if (pVCpu->iem.s.enmCpuMode == IEMMODE_64BIT) 5221 5222 *(uint64_t *)iemGRegRef(pVCpu, iGReg) = crX;
Note:
See TracChangeset
for help on using the changeset viewer.