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 @@ #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