VirtualBox

Changeset 40396 in vbox


Ignore:
Timestamp:
Mar 7, 2012 9:51:59 PM (13 years ago)
Author:
vboxsync
Message:

IEM: Research done by Michal fixed a todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r40256 r40396  
    22512251        *pSel           = uSel;
    22522252        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. */
    22532254        /** @todo Does the CPU actually load limits and attributes in the
    22542255         *        real/V8086 mode segment load case?  It doesn't for CS in far
     
    22612262                                ? X86_SEL_TYPE_RW
    22622263                                : X86_SEL_TYPE_READ | X86_SEL_TYPE_CODE;
    2263 
     2264#endif
    22642265        iemRegAddToRip(pIemCpu, cbInstr);
    22652266        return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette