Home | History | Annotate | Download | only in sparc
      1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
      2 static int
      3 arch_get_scno(struct tcb *tcp)
      4 {
      5 	tcp->scno = sparc_regs.u_regs[U_REG_G1];
      6 	return 1;
      7 }
      8