diff options
author | Samuel Lidén Borell <samuel@kodafritt.se> | 2014-11-21 10:56:01 +0100 |
---|---|---|
committer | Samuel Lidén Borell <samuel@kodafritt.se> | 2014-11-21 10:57:29 +0100 |
commit | 856b00cc21c8d65ce452d8e764848e89d145208d (patch) | |
tree | 8fc3374ec1cd1ea7c31d9c978f2ae7e37b0353d8 | |
parent | 38446907ee935f4f34cd03922fc2953686a49c10 (diff) | |
download | fribid-master.tar.gz fribid-master.tar.bz2 fribid-master.zip |
Thanks to Edmund Grimley Evans.
-rw-r--r-- | npapi/prcpucfg.h | 2 |
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 |