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

8 lines
64 B
ArmAsm

.text
.extern __wait
.globl _wait
.balign 2
_wait:
jmp __wait