Mark the arm asm labels as functions
This fixes calling them from thumb code, on linux.
This commit is contained in:
parent
73cc5862ba
commit
e20930ef73
@ -45,6 +45,7 @@ _$0:
|
|||||||
.align 2
|
.align 2
|
||||||
.arm
|
.arm
|
||||||
.global \funcName
|
.global \funcName
|
||||||
|
.type \funcName, %function
|
||||||
\funcName:
|
\funcName:
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user