Merge pull request #404 from mstorsjo/arm-asm-type-func
Mark the arm asm labels as functions
This commit is contained in:
commit
975a3e41bc
@ -45,6 +45,7 @@ _$0:
|
||||
.align 2
|
||||
.arm
|
||||
.global \funcName
|
||||
.type \funcName, %function
|
||||
\funcName:
|
||||
.endm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user