summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu/x86emu
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-06-24 22:36:32 +0200
committerJulien Cristau <jcristau@debian.org>2008-06-24 22:36:32 +0200
commit9ed9d98dec58d1f7468d02c4b951811b8e1ca7c1 (patch)
tree330668144e0fd2f99a67a83c5bd40c9d93676e58 /hw/xfree86/x86emu/x86emu
parente9b4f3cd856e2401675452c387b4155246239f91 (diff)
x86emu: fix build, fallout from 9719354
Diffstat (limited to 'hw/xfree86/x86emu/x86emu')
-rw-r--r--hw/xfree86/x86emu/x86emu/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/x86emu/types.h b/hw/xfree86/x86emu/x86emu/types.h
index ff28885f1..c0c09c1b0 100644
--- a/hw/xfree86/x86emu/x86emu/types.h
+++ b/hw/xfree86/x86emu/x86emu/types.h
@@ -75,7 +75,7 @@
defined(__sparc64__) || \
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64)) || \
- defined(__amd64__) || defined(amd64) \
+ defined(__amd64__) || defined(amd64) || \
(defined(__sgi) && (_MIPS_SZLONG == 64))
#define NUM32 int
#else