diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-22 14:48:07 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-22 14:48:07 +0000 |
| commit | c89ac3460a84c28a8a8cde13cfc0468c387dd8a1 (patch) | |
| tree | 715f1103c6408e1141c8886db37f8876e7d8f47a /apps/codecs | |
| parent | 9f73a01619d233cd3d9eeb236d8c16944b081bc3 (diff) | |
| download | rockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.zip rockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.tar.gz rockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.tar.bz2 rockbox-c89ac3460a84c28a8a8cde13cfc0468c387dd8a1.tar.xz | |
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20776 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/lib/setjmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/lib/setjmp.h b/apps/codecs/lib/setjmp.h index 91571b9..5a0e785 100644 --- a/apps/codecs/lib/setjmp.h +++ b/apps/codecs/lib/setjmp.h @@ -35,6 +35,7 @@ #endif #endif +#if 0 /* Disabled for now, as SH doesn't have setjmp implementation (yet) */ #ifdef __sh__ #if __SH5__ #define _JBLEN 50 @@ -43,6 +44,7 @@ #define _JBLEN 20 #endif /* __SH5__ */ #endif +#endif #ifdef _JBLEN #ifdef _JBTYPE |