VirtualBox

Changeset 37080 in vbox


Ignore:
Timestamp:
May 13, 2011 3:39:58 PM (14 years ago)
Author:
vboxsync
Message:

x86.h: Made X86_SEL_XXX unsigned.

File:
1 edited

Legend:

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

    r36860 r37080  
    28002800 * The mask used to mask off the table indicator and CPL of an selector.
    28012801 */
    2802 #define X86_SEL_MASK        0xfff8
     2802#define X86_SEL_MASK        0xfff8U
    28032803
    28042804/**
    28052805 * The bit indicating that a selector is in the LDT and not in the GDT.
    28062806 */
    2807 #define X86_SEL_LDT         0x0004
     2807#define X86_SEL_LDT         0x0004U
    28082808/**
    28092809 * The bit mask for getting the RPL of a selector.
    28102810 */
    2811 #define X86_SEL_RPL         0x0003
     2811#define X86_SEL_RPL         0x0003U
    28122812
    28132813/** @} */
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