diff options
Diffstat (limited to 'arch/sh/bits')
-rw-r--r-- | arch/sh/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/bits/setjmp.h b/arch/sh/bits/setjmp.h index bef7fe2a..05dbdc71 100644 --- a/arch/sh/bits/setjmp.h +++ b/arch/sh/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long __jmp_buf[13]; +typedef unsigned long __jmp_buf[15]; |