2015-08-28 17:32:19 +02:00

7 lines
95 B
ArmAsm

.abiversion 2
.globl my_func
.type my_func,@function
my_func:
blr
.size my_func,.-my_func