7 lines
95 B
ArmAsm
Raw Normal View History

2015-08-28 17:32:19 +02:00
.abiversion 2
.globl my_func
.type my_func,@function
my_func:
blr
.size my_func,.-my_func