aboutsummaryrefslogtreecommitdiff
path: root/linux/hppa/get_syscall_result.c
blob: 0d15d4db7001f46d0b46b1e34c66c74efca82a23 (plain)
1
2
3
4
5
static int
get_syscall_result_regs(struct tcb *tcp)
{
	return upeek(tcp->pid, PT_GR28, &hppa_r28) < 0 ? -1 : 0;
}