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