VirtualBox

Changeset 47738 in vbox


Ignore:
Timestamp:
Aug 14, 2013 7:51:33 PM (11 years ago)
Author:
vboxsync
Message:

x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by accident). Only affected IEM (it anything was affected at all).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r47667 r47738  
    23732373#define X86DESCATTR_DPL             UINT32_C(0x00000060)
    23742374#define X86DESCATTR_DPL_SHIFT       5 /**< Shift count for the DPL value. */
    2375 #define X86DESCATTR_P               UINT32_C(0x00000800)
     2375#define X86DESCATTR_P               UINT32_C(0x00000080)
    23762376#define X86DESCATTR_LIMIT_HIGH      UINT32_C(0x00000f00)
    23772377#define X86DESCATTR_AVL             UINT32_C(0x00001000)
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