VirtualBox

Changeset 22104 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 8, 2009 1:34:25 PM (15 years ago)
Author:
vboxsync
Message:

selmR3GetSelectorInfo64: Fixed bug in detecting 64-bit code segemnts - u1DefBig should be 0 not 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELM.cpp

    r19463 r22104  
    20562056    {
    20572057        if (    Desc.Gen.u1Long
    2058             &&  Desc.Gen.u1DefBig
     2058            &&  !Desc.Gen.u1DefBig
    20592059            &&  (Desc.Gen.u4Type & X86_SEL_TYPE_CODE))
    20602060        {
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