arm cpu needs align
This commit is contained in:
parent
cbcb7a1bf3
commit
6cf7c913f8
@ -40,7 +40,7 @@
|
|||||||
/* check if we need to align data */
|
/* check if we need to align data */
|
||||||
#if defined(__sparc__) || defined(__alpha__) || defined(__hppa__) || \
|
#if defined(__sparc__) || defined(__alpha__) || defined(__hppa__) || \
|
||||||
defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \
|
defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \
|
||||||
defined(__ia64__) || defined(__ppc__)
|
defined(__ia64__) || defined(__ppc__) || defined(__arm__)
|
||||||
#define NEED_ALIGN
|
#define NEED_ALIGN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user