9 lines
93 B
ArmAsm
Raw Normal View History

.globl _utime
.globl utime
_utime:
utime:
movl $0x1e, %eax
lcall $7,$0
jb _cerror
ret