libc/newlib/libc/sys/sysvi386/time.S

9 lines
87 B
ArmAsm

.globl _time
.globl time
_time:
time:
movl $0xd, %eax
lcall $7,$0
jb _cerror
ret