summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-02-12 12:25:07 -0800
committerjsorg71 <jay.sorg@gmail.com>2017-02-13 21:00:22 -0800
commitf8d22ce6739129657bc48626a9106c04c73ac85a (patch)
treee71bf1a835819f9938c82aeceb4702348ef778d2
parent8a1de8dbc4310c00ce8fbe939346b55c4db1c2e9 (diff)
downloadxrdp-proprietary-f8d22ce6739129657bc48626a9106c04c73ac85a.tar.gz
xrdp-proprietary-f8d22ce6739129657bc48626a9106c04c73ac85a.zip
aarch64 doesn't require pointers to be aligned
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index 4201cccf..ba27a32b 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -84,7 +84,7 @@ typedef int bool_t;
#define NEED_ALIGN
#elif defined(__x86__) || defined(__x86_64__) || \
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
- defined(__i386__)
+ defined(__i386__) || defined(__aarch64__)
#define NO_NEED_ALIGN
#else
#warning unknown arch