Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb498e25 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

MIPS: Set ENOSYS to errno on illegal system call number for syscall(2)

parent bda8229b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ bad_alignment:
	jr	t2
	/* Unreached */

einval:	li	v0, -EINVAL
einval:	li	v0, -ENOSYS
	jr	ra
	END(sys_syscall)