blob: 88f2cad5c43022f2e68b38c5ec2a7a9d295e4b21 [file] [log] [blame]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)
{
tcp->scno = ia64_regs.gr[15];
return 1;
}