minix/lib/syscall/stime.s
2005-04-21 14:53:53 +00:00

8 lines
74 B
ArmAsm
Executable file

.sect .text
.extern __stime
.define _stime
.align 2
_stime:
jmp __stime