blob: 51ad6deab218d06980b833b4ed420befa1d05246 [file] [log] [blame]
Dmitry V. Levinf51aec62015-11-30 00:01:01 +00001static int
2get_syscall_result_regs(struct tcb *tcp)
3{
4 return upeek(tcp->pid, REG_A_BASE + 2, &xtensa_a2) < 0 ? -1 : 0;
5}