From 4973f319536a5dc555fe3980615677b12e5359e4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Dec 2005 16:49:48 +0000 Subject: * sysdeps/x86_64/__longjmp.S: No need to make sure return value is != 0, the caller did that. --- sysdeps/x86_64/__longjmp.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/x86_64') diff --git a/sysdeps/x86_64/__longjmp.S b/sysdeps/x86_64/__longjmp.S index 31857e44ba..6e21092451 100644 --- a/sysdeps/x86_64/__longjmp.S +++ b/sysdeps/x86_64/__longjmp.S @@ -52,9 +52,6 @@ ENTRY(__longjmp) movq (JB_R14*8)(%rdi),%r14 movq (JB_R15*8)(%rdi),%r15 /* Set return value for setjmp. */ - test %esi,%esi - mov $01,%eax - cmove %eax,%esi mov %esi, %eax movq %r8,%rsp movq %r9,%rbp -- cgit v1.2.3