mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
8e9e6635a1
commit
9f08068ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue