Merge "setjmp.h: increase riscv64 jmp_buf size."
This commit is contained in:
commit
66542d6b97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue