VirtualBox

Changeset 19463 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 6, 2009 8:30:57 PM (16 years ago)
Author:
vboxsync
Message:

dbgfsel.h,VMM,DBGC: Named the union containing the raw data to shut up gcc warnings.

File:
1 edited

Legend:

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

    r19334 r19463  
    5454        X86DESC     Raw;
    5555        X86DESC64   Raw64;
    56     };
     56    } u;
    5757    /** The selector. */
    5858    RTSEL           Sel;
     
    9595DECLINLINE(bool) DBGFSelInfoIsExpandDown(PCDBGFSELINFO pSelInfo)
    9696{
    97     return (pSelInfo)->Raw.Gen.u1DescType
    98         && ((pSelInfo)->Raw.Gen.u4Type & (X86_SEL_TYPE_DOWN | X86_SEL_TYPE_CODE)) == X86_SEL_TYPE_DOWN;
     97    return (pSelInfo)->u.Raw.Gen.u1DescType
     98        && ((pSelInfo)->u.Raw.Gen.u4Type & (X86_SEL_TYPE_DOWN | X86_SEL_TYPE_CODE)) == X86_SEL_TYPE_DOWN;
    9999}
    100100
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