minix/lib/syscall/time.s
2009-11-09 10:26:00 +00:00

8 lines
70 B
ArmAsm

.sect .text
.extern __time
.define _time
.align 2
_time:
jmp __time