forked from len0rd/rockbox
Fixed the define in config.h and more tagcache alignment issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9266 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9721bff58
commit
a33d5d7926
2 changed files with 13 additions and 2 deletions
|
|
@ -192,7 +192,7 @@
|
|||
#endif
|
||||
|
||||
/* Determine if accesses should be strictly long aligned. */
|
||||
#if (CONFIG_CPU == SH7034) || (CONFIG_CPU == CPU_ARM)
|
||||
#if (CONFIG_CPU == SH7034) || defined(CPU_ARM)
|
||||
#define ROCKBOX_STRICT_ALIGN 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue