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