summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-11-05 18:21:20 +0000
committerjsorg71 <jsorg71>2009-11-05 18:21:20 +0000
commit6cf7c913f8ff27a6efc0eac9cd08880f12f5ff48 (patch)
treed37d0adfbd127377c7df25511045d3cd0cd45afe
parentcbcb7a1bf3325a408b1bb429b4ee841259f7b640 (diff)
downloadxrdp-proprietary-6cf7c913f8ff27a6efc0eac9cd08880f12f5ff48.tar.gz
xrdp-proprietary-6cf7c913f8ff27a6efc0eac9cd08880f12f5ff48.zip
arm cpu needs align
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index d8d6bc40..18b3637f 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -40,7 +40,7 @@
/* check if we need to align data */
#if defined(__sparc__) || defined(__alpha__) || defined(__hppa__) || \
defined(__AIX__) || defined(__PPC__) || defined(__mips__) || \
- defined(__ia64__) || defined(__ppc__)
+ defined(__ia64__) || defined(__ppc__) || defined(__arm__)
#define NEED_ALIGN
#endif