summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/lib/setjmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/lib/setjmp.h b/apps/codecs/lib/setjmp.h
index 91571b9f84..5a0e78561b 100644
--- a/apps/codecs/lib/setjmp.h
+++ b/apps/codecs/lib/setjmp.h
@@ -35,6 +35,7 @@
35#endif 35#endif
36#endif 36#endif
37 37
38#if 0 /* Disabled for now, as SH doesn't have setjmp implementation (yet) */
38#ifdef __sh__ 39#ifdef __sh__
39#if __SH5__ 40#if __SH5__
40#define _JBLEN 50 41#define _JBLEN 50
@@ -43,6 +44,7 @@
43#define _JBLEN 20 44#define _JBLEN 20
44#endif /* __SH5__ */ 45#endif /* __SH5__ */
45#endif 46#endif
47#endif
46 48
47#ifdef _JBLEN 49#ifdef _JBLEN
48#ifdef _JBTYPE 50#ifdef _JBTYPE