From b3c97b0f93628ceae312cb36d744cd6ba6029708 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 28 Jan 2003 10:30:14 +0000 Subject: [PATCH] (PSEUDO): Use branch with 32 bit offset. --- linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h index ce4afb1d7b..4e54e550c2 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h @@ -51,7 +51,7 @@ ENTRY(name) \ L(pseudo_check): \ lghi %r4,-4095; \ clgr %r2,%r4; \ - jnl SYSCALL_ERROR_LABEL; \ + jgnl SYSCALL_ERROR_LABEL; \ L(pseudo_end): # ifdef IS_IN_libpthread -- 2.11.0