Mark the arm asm labels as functions

This fixes calling them from thumb code, on linux.
This commit is contained in:
Martin Storsjö 2014-03-01 17:15:48 +02:00
parent 73cc5862ba
commit e20930ef73

View File

@ -45,6 +45,7 @@ _$0:
.align 2
.arm
.global \funcName
.type \funcName, %function
\funcName:
.endm