aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/amd64/_setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/amd64/_setjmp.S')
-rw-r--r--stand/libsa/amd64/_setjmp.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/libsa/amd64/_setjmp.S b/stand/libsa/amd64/_setjmp.S
index 6d9a5fa13f8d..53ea6e9b5d52 100644
--- a/stand/libsa/amd64/_setjmp.S
+++ b/stand/libsa/amd64/_setjmp.S
@@ -63,7 +63,6 @@ ENTRY(_setjmp)
ret
END(_setjmp)
- .weak CNAME(_longjmp)
ENTRY(_longjmp)
movq %rdi,%rdx
/* Restore the mxcsr, but leave exception flags intact. */