diff options
author | andrew <andrew@FreeBSD.org> | 2013-06-05 07:37:45 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-06-05 07:37:45 +0000 |
commit | ad8f1288616c7cfbc352251ce284661623f69fb8 (patch) | |
tree | 33fe9d801e819a1178930347f9a5a0f9d0a2ef10 /lib/libc/arm | |
parent | 16f58a23858b9b290bd20b39bf643e8b0869e184 (diff) | |
download | FreeBSD-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/arm')
-rw-r--r-- | lib/libc/arm/gen/setjmp.S | 3 |
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. */ |