VirtualBox

Ignore:
Timestamp:
Sep 30, 2008 10:15:04 AM (16 years ago)
Author:
vboxsync
Message:

Selector value of 0 is invalid in 32 or 64 bits mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.h

    r12793 r12826  
    150150        }                                                                                       \
    151151        else                                                                                    \
    152         if (pCtx->reg##Hid.Attr.n.u1Present == 1)                                  \
     152        if (   ((!pCtx->csHid.Attr.n.u1DefBig && !CPUMIsGuestIn64BitCodeEx(pCtx)) || pCtx->reg) \
     153            && pCtx->reg##Hid.Attr.n.u1Present == 1)                                            \
    153154            val = pCtx->reg##Hid.Attr.u | X86_SEL_TYPE_ACCESSED;                                \
    154155        else                                                                                    \
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