summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-03-02 19:07:39 -0600
committerTimothy Pearson <tpearson@raptorengineering.com>2019-03-02 19:18:28 -0600
commit4ff3578d7aa8116b19ac4d34c5459f61205e8bfa (patch)
treeb0409e89fa9b621c940339758398c1b937ec27bd
parent0cd13e7e865083a51f3cd0cc5ca8c4cd656f5ddd (diff)
downloadxrdp-proprietary-4ff3578d7aa8116b19ac4d34c5459f61205e8bfa.tar.gz
xrdp-proprietary-4ff3578d7aa8116b19ac4d34c5459f61205e8bfa.zip
Add definition for ppc64 architecture
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index ccccfa5a..56fc5910 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(__aarch64__)
+ defined(__i386__) || defined(__aarch64__) || defined(__powerpc64__)
#define NO_NEED_ALIGN
#else
#warning unknown arch