android13/external/strace/linux/mips/arch_getrval2.c

6 lines
63 B
C

long
getrval2(struct tcb *tcp)
{
return mips_regs.uregs[3];
}