summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/machine/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/machine/setjmp.h')
-rw-r--r--newlib/libc/include/machine/setjmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 7f08a017a..e6d5e3944 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -135,9 +135,13 @@ typedef int jmp_buf[_JBLEN];
#endif
#if defined(__mn10300__) || defined(__mn10200__)
+#ifdef __AM33_2__
+#define _JBLEN 26
+#else
/* A guess */
#define _JBLEN 10
#endif
+#endif
#ifdef __v850
/* I think our setjmp is saving 15 regs at the moment. Gives us one word