1 if (check_errno && mips_REG_A3) { 2 tcp->u_rval = -1; 3 tcp->u_error = mips_REG_V0; 4 } else { 5 # if defined LINUX_MIPSN32 6 tcp->u_lrval = mips_REG_V0; 7 # endif 8 tcp->u_rval = mips_REG_V0; 9 } 10
1 if (check_errno && mips_REG_A3) { 2 tcp->u_rval = -1; 3 tcp->u_error = mips_REG_V0; 4 } else { 5 # if defined LINUX_MIPSN32 6 tcp->u_lrval = mips_REG_V0; 7 # endif 8 tcp->u_rval = mips_REG_V0; 9 } 10