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

View File

@ -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. */