From 07f94b7a96392c8609ac8d29956728d9017e6e8a Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 16 Jul 2017 12:13:14 -0400 Subject: Fix __setcontext return value on hppa. --- sysdeps/unix/sysv/linux/hppa/setcontext.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/hppa/setcontext.S b/sysdeps/unix/sysv/linux/hppa/setcontext.S index 3f4da7938f..848d02e908 100644 --- a/sysdeps/unix/sysv/linux/hppa/setcontext.S +++ b/sysdeps/unix/sysv/linux/hppa/setcontext.S @@ -141,7 +141,7 @@ ENTRY(__setcontext) /* No further context available. Exit now. */ bl HIDDEN_JUMPTARGET(exit), %r2 - ldi -1, %r26 + ldi 0, %r26 .Lerror: -- cgit 1.4.1