Changeset 45887 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 3, 2013 12:07:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45886 r45887 5158 5158 { 5159 5159 Assert(idxSel != VMX_VMCS16_GUEST_FIELD_TR); 5160 /** @todo r=ramshankar: This can't be right for CS, SS which have exceptions for 5161 * certain bits, they're not all undefined. Consider ORing 5162 * HMVMX_SEL_UNUSABLE instead? */ 5160 5163 pSelReg->Attr.u = HMVMX_SEL_UNUSABLE; 5161 5164 }
Note:
See TracChangeset
for help on using the changeset viewer.