summaryrefslogtreecommitdiffhomepage
path: root/npapi
diff options
context:
space:
mode:
Diffstat (limited to 'npapi')
-rw-r--r--npapi/prcpucfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/npapi/prcpucfg.h b/npapi/prcpucfg.h
index 1999d3c..bbeaefb 100644
--- a/npapi/prcpucfg.h
+++ b/npapi/prcpucfg.h
@@ -240,7 +240,7 @@
#define PR_BYTES_PER_WORD_LOG2 3
#define PR_BYTES_PER_DWORD_LOG2 3
-#elif defined(__x86_64__)
+#elif defined(__x86_64__) || defined(__aarch64__)
#define IS_LITTLE_ENDIAN 1
#undef IS_BIG_ENDIAN