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

6 lines
60 B
C

long
getrval2(struct tcb *tcp)
{
return ia64_regs.gr[9];
}