1/* Return codes: 1 - ok, 0 - ignore, other - error. */
2static int
3arch_get_scno(struct tcb *tcp)
4{
5	tcp->scno = nios2_regs.regs[2];
6	return 1;
7}
8