Changeset 86303 in vbox for trunk/include/iprt
- Timestamp:
- Sep 26, 2020 11:21:50 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r83782 r86303 1390 1390 */ 1391 1391 #if RT_INLINE_ASM_EXTERNAL && RT_INLINE_ASM_USES_INTRIN < 16 /*?*/ 1392 RT_ASM_DECL_PRAGMA_WATCOM(uint 8_t) ASMGetApicIdExt0B(void);1392 RT_ASM_DECL_PRAGMA_WATCOM(uint32_t) ASMGetApicIdExt0B(void); 1393 1393 #else 1394 1394 DECLINLINE(uint32_t) ASMGetApicIdExt0B(void)
Note:
See TracChangeset
for help on using the changeset viewer.