blob: 0d15d4db7001f46d0b46b1e34c66c74efca82a23 [file] [log] [blame]
static int
get_syscall_result_regs(struct tcb *tcp)
{
return upeek(tcp->pid, PT_GR28, &hppa_r28) < 0 ? -1 : 0;
}