7 lines
91 B
C
7 lines
91 B
C
|
|
||
|
#define ASM_PFX(x) x
|
||
|
#define GCC_ASM_EXPORT(x) \
|
||
|
.globl x ; \
|
||
|
.type x, %function
|
||
|
|