summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2015-08-31 17:41:19 -0700
committerMike Hommey <mh@glandium.org>2015-08-31 17:41:19 -0700
commit9c1b49afe2effe98b4a2addbeb8c06e631a4d707 (patch)
treedf8ff3ce92f7543806df90dbce52404bb2a2eaf8
parentc5c4d88cb54d4eea127d7c21408b74917a1027d6 (diff)
downloadnspr-hg-9c1b49afe2effe98b4a2addbeb8c06e631a4d707.tar.gz
Bug 1199867: Fix mips64 condition testing, avoiding e.g. wrong types
being picked up on 32-bits mips. r=wtc.
-rw-r--r--pr/include/md/_linux.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
index 72e9debc..8cbf0cb9 100644
--- a/pr/include/md/_linux.cfg
+++ b/pr/include/md/_linux.cfg
@@ -508,7 +508,7 @@
#error "Unknown MIPS endianness."
#endif
-#ifdef _ABI64
+#if _MIPS_SIM == _ABI64
#define IS_64