VirtualBox

Changeset 49001 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 9, 2013 1:07:42 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89726
Message:

asm-amd64-x86.h: Fix ASMGetSegAttr input operand size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-amd64-x86.h

    r48993 r49001  
    388388 */
    389389#if RT_INLINE_ASM_EXTERNAL
    390 DECLASM(uint32_t) ASMGetSegAttr(RTSEL uSel);
    391 #else
    392 DECLINLINE(uint32_t) ASMGetSegAttr(RTSEL uSel)
     390DECLASM(uint32_t) ASMGetSegAttr(uint32_t uSel);
     391#else
     392DECLINLINE(uint32_t) ASMGetSegAttr(uint32_t uSel)
    393393{
    394394    uint32_t uAttr;
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