C++程序  |  8行  |  146 B

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