summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-22 14:48:07 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-04-22 14:48:07 +0000
commitc89ac3460a84c28a8a8cde13cfc0468c387dd8a1 (patch)
tree715f1103c6408e1141c8886db37f8876e7d8f47a
parent9f73a01619d233cd3d9eeb236d8c16944b081bc3 (diff)
downloadrockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.tar.gz
rockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.zip
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20776 a1c6a512-1295-4272-9138-f99709370657
-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