Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20776 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f73a01619
commit
c89ac3460a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue