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

6 lines
72 B
C

long
getrval2(struct tcb *tcp)
{
return sparc_regs.u_regs[U_REG_O1];
}