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