forked from len0rd/rockbox
Fix SH1 debug builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12551 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e618becf6a
commit
2187e815e2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
static char debugmembuf[200];
|
static char debugmembuf[200];
|
||||||
#if CONFIG_CPU == SH3704
|
#if CONFIG_CPU == SH7034
|
||||||
static char debugbuf[400];
|
static char debugbuf[400];
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue