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