URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [sysvi386/] [utime.S] - Rev 864
Go to most recent revision | Compare with Previous | Blame | View Log
.globl _utime
.globl utime
_utime:
utime:
movl $0x1e, %eax
lcall $7,$0
jb _cerror
ret
Go to most recent revision | Compare with Previous | Blame | View Log