Merge pull request #404 from mstorsjo/arm-asm-type-func

Mark the arm asm labels as functions
This commit is contained in:
Ethan Hugg 2014-03-04 10:17:07 -08:00
commit 975a3e41bc

View File

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