mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 08:40:07 +01:00
x86emu: fix build, fallout from 9719354
This commit is contained in:
parent
e9b4f3cd85
commit
9ed9d98dec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue