1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Remove part of the NetBSD longjmp code that was not ready to be merged.

This commit is contained in:
Andrew Turner 2013-06-05 07:37:45 +00:00
parent 0b8d0b5be9
commit d2d3491d5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251405

View File

@ -78,8 +78,7 @@ ENTRY(setjmp)
ENTRY(__longjmp) ENTRY(__longjmp)
ldr r2, [r0] ldr r2, [r0]
ldr ip, .Lsetjmp_magic ldr ip, .Lsetjmp_magic
bic r3, r2, #(_JB_MAGIC_SETJMP ^ _JB_MAGIC_SETJMP_VFP) teq r2, ip
teq r3, ip
bne .Lbotch bne .Lbotch
/* Restore the signal mask. */ /* Restore the signal mask. */