5 lines
54 B
ArmAsm
5 lines
54 B
ArmAsm
.text
|
|
.globl func2
|
|
.type func2,@function
|
|
func2:
|
|
ret
|