summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-06-05 07:37:45 +0000
committerandrew <andrew@FreeBSD.org>2013-06-05 07:37:45 +0000
commitad8f1288616c7cfbc352251ce284661623f69fb8 (patch)
tree33fe9d801e819a1178930347f9a5a0f9d0a2ef10 /lib/libc
parent16f58a23858b9b290bd20b39bf643e8b0869e184 (diff)
downloadFreeBSD-src-ad8f1288616c7cfbc352251ce284661623f69fb8.zip
FreeBSD-src-ad8f1288616c7cfbc352251ce284661623f69fb8.tar.gz
Remove part of the NetBSD longjmp code that was not ready to be merged.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arm/gen/setjmp.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arm/gen/setjmp.S b/lib/libc/arm/gen/setjmp.S
index 2f18fbc..519c3ab 100644
--- a/lib/libc/arm/gen/setjmp.S
+++ b/lib/libc/arm/gen/setjmp.S
@@ -78,8 +78,7 @@ ENTRY(setjmp)
ENTRY(__longjmp)
ldr r2, [r0]
ldr ip, .Lsetjmp_magic
- bic r3, r2, #(_JB_MAGIC_SETJMP ^ _JB_MAGIC_SETJMP_VFP)
- teq r3, ip
+ teq r2, ip
bne .Lbotch
/* Restore the signal mask. */
OpenPOWER on IntegriCloud