aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-03-30 13:52:31 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-03-30 13:59:41 +0000
commit59b2caef0537661397caf2ce1398cf802cb864b4 (patch)
tree9c97e133a31ee9c7d06bc4499f5353c1d1959cc3 /stand
parent88024c4a520bf762cf4154d730ad9784ed2acd90 (diff)
Diffstat (limited to 'stand')
-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. */