Changeset 40396 in vbox
- Timestamp:
- Mar 7, 2012 9:51:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r40256 r40396 2251 2251 *pSel = uSel; 2252 2252 pHid->u64Base = (uint32_t)uSel << 4; 2253 #if 0 /* AMD Volume 2, chapter 4.1 - "real mode segmentation" - states that limit and attributes are untouched. */ 2253 2254 /** @todo Does the CPU actually load limits and attributes in the 2254 2255 * real/V8086 mode segment load case? It doesn't for CS in far … … 2261 2262 ? X86_SEL_TYPE_RW 2262 2263 : X86_SEL_TYPE_READ | X86_SEL_TYPE_CODE; 2263 2264 #endif 2264 2265 iemRegAddToRip(pIemCpu, cbInstr); 2265 2266 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.