minix/lib/libc/syscall/times.s

8 lines
74 B
ArmAsm

.sect .text
.extern __times
.define _times
.align 2
_times:
jmp __times