Files

7 lines
91 B
C
Raw Permalink Normal View History

2026-01-28 09:13:12 +11:00
#define ASM_PFX(x) x
#define GCC_ASM_EXPORT(x) \
.globl x ; \
.type x, %function