diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-20 18:31:03 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-11-20 18:31:07 -0800 |
commit | a55ec1a9f4b62139dc5e5462d79d47b330c27c79 (patch) | |
tree | 80f5a4b2504540816c86b61018d99bf42a0a9f84 /hw/xfree86/os-support/bus/Pci.h | |
parent | 2f387d913aa76f1b6d21d8e2698be165301c6bc1 (diff) |
Restore checks for __i386 where needed for Sun compilers on Solaris
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 6bd0eb7fc..0abb34f98 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -210,7 +210,7 @@ # define ARCH_PCI_INIT ia64linuxPciInit # endif # define XF86SCANPCI_WRAPPER ia64ScanPCIWrapper -#elif defined(__i386__) +#elif defined(__i386__) || defined(__i386) # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # else |