diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
commit | a8a61bbe22361b12d4a2dd511894987a338e3eef (patch) | |
tree | 8d1fa53ea85aac206ed79c75ea747da069e60f09 /mi/micoord.h | |
parent | ef4401ff8a8c4d7c22ef6af7bf47ccb24f83967f (diff) |
Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
support for 64-bit SPARC builds on Solaris as well.
Diffstat (limited to 'mi/micoord.h')
-rw-r--r-- | mi/micoord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/micoord.h b/mi/micoord.h index 420766916..e4b242475 100644 --- a/mi/micoord.h +++ b/mi/micoord.h @@ -50,7 +50,7 @@ defined(__i386__) || defined(i386) || \ defined(__ia64__) || defined(ia64) || \ defined(__s390x__) || defined(__s390__) || \ - defined(__amd64__) || defined(amd64) + defined(__amd64__) || defined(amd64) || defined(__amd64) #define GetHighWord(x) (((int) (x)) >> 16) #else #define GetHighWord(x) (((int) (x)) / 65536) |