fix test for SH in resize.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19804 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-01-20 18:23:50 +00:00
parent 8e9e6635a1
commit 9f08068ecf

View file

@ -58,7 +58,7 @@
: [t] "=r" (t) : [a] "r" (x), [b] "r" (y)); \
t; \
})
#elif defined(CPU_SH)
#elif (CONFIG_CPU == SH7034)
#define SC_SHIFT 24
#endif