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