blob: 6f98f834c21c96f901e22c5fd8fe75a72e72a8d1 [file] [log] [blame]
/* Return codes: 1 - ok, 0 - ignore, other - error. */
static int
arch_get_scno(struct tcb *tcp)
{
return upeek(tcp->pid, 0, &tcp->scno) < 0 ? -1 : 1;
}