summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 13:25:37 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 13:37:42 -0400
commit856db05b58b71c5ff22af727aba435a8c356abfa (patch)
tree11901335f246f57a87b87a3ac13a0b59883464fb /hw/xfree86/x86emu
parentab6557fcd4bb4fd580bb1727dc8764f7dfb2cb30 (diff)
Unifdef sgi.
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r--hw/xfree86/x86emu/x86emu/types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xfree86/x86emu/x86emu/types.h b/hw/xfree86/x86emu/x86emu/types.h
index c0c09c1b0..c18e11cfb 100644
--- a/hw/xfree86/x86emu/x86emu/types.h
+++ b/hw/xfree86/x86emu/x86emu/types.h
@@ -74,9 +74,8 @@
defined(__ia64__) || defined(ia64) || \
defined(__sparc64__) || \
defined(__s390x__) || \
- (defined(__hppa__) && defined(__LP64)) || \
- defined(__amd64__) || defined(amd64) || \
- (defined(__sgi) && (_MIPS_SZLONG == 64))
+ defined(__hppa__) && defined(__LP64) || \
+ defined(__amd64__) || defined(amd64)
#define NUM32 int
#else
#define NUM32 long