blob: 8650e1f13f9c7dda35de7929b2dc0c1a90f9bb27 [file] [log] [blame]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)
{
tcp->scno = s390_regset.gprs[2];
return 1;
}