DEBSOURCES
Skip Quicknav
sources / strace / 4.15-2 / linux / hppa / get_scno.c
123456
/* Return codes: 1 - ok, 0 - ignore, other - error. */ static int arch_get_scno(struct tcb *tcp) { return upeek(tcp->pid, PT_GR20, &tcp->scno) < 0 ? -1 : 1; }