Merge "setjmp.h: increase riscv64 jmp_buf size."

This commit is contained in:
Elliott Hughes 2023-04-07 15:39:34 +00:00 committed by Gerrit Code Review
commit 66542d6b97

View file

@ -53,7 +53,7 @@
#elif defined(__i386__)
#define _JBLEN 10
#elif defined(__riscv)
#define _JBLEN 29
#define _JBLEN 32
#elif defined(__x86_64__)
#define _JBLEN 11
#endif