DEBSOURCES
Skip Quicknav
sources / strace / 4.15-2 / linux / mips / set_error.c
1234567
static int arch_set_error(struct tcb *tcp) { mips_REG_V0 = tcp->u_error; mips_REG_A3 = -1; return set_regs(tcp->pid); }