Move the stored signal mask later in the jump buf. It was being clobbered

by a later store of a VFP register.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2016-12-06 13:46:12 +00:00
parent 4d7d72fb23
commit 31b892557f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309617

View File

@ -49,7 +49,7 @@
* The registers to save are: r19 to r29, and d8 to d15.
*/
#define _JBLEN 31
#define _JB_SIGMASK 21
#define _JB_SIGMASK 22
/* This should only be needed in libc and may change */
#ifdef __ASSEMBLER__