VirtualBox

Changeset 73482 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 3, 2018 12:34:48 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124109
Message:

iprt/dbg.h: build fix. bugref:3897

File:
1 edited

Legend:

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

    r73475 r73482  
    246246                    uint8_t     fSegs;
    247247                    /** Set if uPc was loaded. */
    248                     uint8_t     fPc : 1;
     248                    RT_GCC_EXTENSION uint8_t     fPc : 1;
    249249                    /** Set if FrameAddr was loaded. */
    250                     uint8_t     fFrameAddr : 1;
     250                    RT_GCC_EXTENSION uint8_t     fFrameAddr : 1;
    251251                    /** Set if uRFlags was loaded. */
    252                     uint8_t     fRFlags : 1;
     252                    RT_GCC_EXTENSION uint8_t     fRFlags : 1;
    253253                    /** Set if uErrCd was loaded. */
    254                     uint8_t     fErrCd : 1;
     254                    RT_GCC_EXTENSION uint8_t     fErrCd : 1;
    255255                } s;
    256256            } Loaded;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette