android13/external/strace/linux/arc/get_scno.c

8 lines
146 B
C

/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)
{
tcp->scno = arc_regs.scratch.r8;
return 1;
}