Define setjmp buffer length for IA64.

This commit is contained in:
Nick Clifton
2015-10-08 15:46:34 +01:00
parent 3b8933900f
commit e6430c9e8c
2 changed files with 8 additions and 0 deletions

View File

@@ -291,6 +291,10 @@ _BEGIN_STD_C
#define _JBLEN 18
#endif
#ifdef __ia64
#define _JBLEN 64
#endif
#ifdef __lm32__
#define _JBLEN 19
#endif