VirtualBox

Changeset 9656 in vbox for trunk/include


Ignore:
Timestamp:
Jun 12, 2008 11:56:51 AM (17 years ago)
Author:
vboxsync
Message:

Changed u1Reserved to u1Long in the selector attributes field.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r9431 r9656  
    423423    /** 52    - Available for system software. */
    424424    unsigned    u1Available : 1;
    425     /** 53    - Reserved - 0. In long mode this is the 'Long' (L) attribute bit. */
    426     unsigned    u1Reserved : 1;
     425    /** 53    - 32 bits mode: Reserved - 0, long mode: Long Attribute Bit. */
     426    unsigned    u1Long : 1;
    427427    /** 54    - This flags meaning depends on the segment type. Try make sense out
    428428     * of the intel manual yourself.  */
  • trunk/include/VBox/x86.h

    r9614 r9656  
    18081808    /** Available for system software. */
    18091809    unsigned    u1Available : 1;
    1810     /** Reserved - 0. */
    1811     unsigned    u1Reserved : 1;
     1810    /** 32 bits mode: Reserved - 0, long mode: Long Attribute Bit. */
     1811    unsigned    u1Long : 1;
    18121812    /** This flags meaning depends on the segment type. Try make sense out
    18131813     * of the intel manual yourself.  */
     
    18431843    /** Available for system software. */
    18441844    unsigned    u1Available : 1;
    1845     /** Reserved - 0. */
    1846     unsigned    u1Reserved : 1;
     1845    /** 32 bits mode: Reserved - 0, long mode: Long Attribute Bit. */
     1846    unsigned    u1Long : 1;
    18471847    /** This flags meaning depends on the segment type. Try make sense out
    18481848     * of the intel manual yourself.  */
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