Files
rpi_b/lib/libc/syscall/_exit.S
T

8 lines
68 B
ArmAsm

.text
.extern ___exit
.globl __exit
.balign 2
__exit:
jmp ___exit