blob: 9e8aeafb0957f3636cad00b23b913d7ad88310e1 [file] [log] [blame]
Dmitry V. Levind70d1c42015-03-22 22:13:55 +00001if (check_errno && is_negated_errno(sh64_r9)) {
2 tcp->u_rval = -1;
3 tcp->u_error = -sh64_r9;
4} else {
5 tcp->u_rval = sh64_r9;
6}