summaryrefslogtreecommitdiff
path: root/mi
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-11-20 18:31:03 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-11-20 18:31:07 -0800
commita55ec1a9f4b62139dc5e5462d79d47b330c27c79 (patch)
tree80f5a4b2504540816c86b61018d99bf42a0a9f84 /mi
parent2f387d913aa76f1b6d21d8e2698be165301c6bc1 (diff)
Restore checks for __i386 where needed for Sun compilers on Solaris
Diffstat (limited to 'mi')
-rw-r--r--mi/micoord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/micoord.h b/mi/micoord.h
index 16a244b96..16d086117 100644
--- a/mi/micoord.h
+++ b/mi/micoord.h
@@ -46,7 +46,7 @@
#if defined(mips) || defined(sgi) || \
defined(sparc) || defined(__sparc64__) || \
defined(__alpha) || defined(__alpha__) || \
- defined(__i386__) || defined(__ia64__) || \
+ defined(__i386__) || defined(__i386) || defined(__ia64__) || \
defined(__s390x__) || defined(__s390__) || \
defined(__amd64__) || defined(amd64) || defined(__amd64)
#define GetHighWord(x) (((int) (x)) >> 16)