7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern ___exit
|
|
.globl __exit
|
|
.balign 2
|
|
|
|
__exit:
|
|
jmp ___exit
|