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
|
||||
.arm
|
||||
.global \funcName
|
||||
.type \funcName, %function
|
||||
\funcName:
|
||||
.endm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user