From a8a61bbe22361b12d4a2dd511894987a338e3eef Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 21 May 2005 07:46:38 +0000 Subject: Initial experimental support for AMD64 builds on Solaris 10 x86. Improved support for 64-bit SPARC builds on Solaris as well. --- mi/micoord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mi/micoord.h') 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) -- cgit v1.2.3