URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [sysvi386/] [getegid.S] - Rev 207
Go to most recent revision | Compare with Previous | Blame | View Log
.globl _getegid
.globl getegid
_getegid:
getegid:
movl $0x2f, %eax
lcall $7,$0
movl %edx,%eax
jb _cerror
ret
Go to most recent revision | Compare with Previous | Blame | View Log