Changeset 49001 in vbox for trunk/include/iprt
- Timestamp:
- Oct 9, 2013 1:07:42 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r48993 r49001 388 388 */ 389 389 #if RT_INLINE_ASM_EXTERNAL 390 DECLASM(uint32_t) ASMGetSegAttr( RTSELuSel);391 #else 392 DECLINLINE(uint32_t) ASMGetSegAttr( RTSELuSel)390 DECLASM(uint32_t) ASMGetSegAttr(uint32_t uSel); 391 #else 392 DECLINLINE(uint32_t) ASMGetSegAttr(uint32_t uSel) 393 393 { 394 394 uint32_t uAttr;
Note:
See TracChangeset
for help on using the changeset viewer.