summaryrefslogtreecommitdiff
path: root/firmware/debug.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-02 20:03:41 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-02 20:03:41 +0000
commit2187e815e20d8127df077ef02886867ff8dcaed4 (patch)
treeb4f3a79a998509c167a455680e262f4761f21be3 /firmware/debug.c
parente618becf6a4facc689b6f9a880b55c8eb8479f06 (diff)
Fix SH1 debug builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/debug.c')
-rw-r--r--firmware/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/debug.c b/firmware/debug.c
index ef57053791..6b638c18c2 100644
--- a/firmware/debug.c
+++ b/firmware/debug.c
@@ -28,7 +28,7 @@
#ifdef DEBUG
static char debugmembuf[200];
-#if CONFIG_CPU == SH3704
+#if CONFIG_CPU == SH7034
static char debugbuf[400];
#endif
#endif