mirror of
https://github.com/yquake2/xatrix.git
synced 2025-02-24 04:41:58 +00:00
Added ia64 to the arch define of savegame.c
This commit is contained in:
parent
8b03200805
commit
18b4b74f56
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
|||
#define ARCH "i386"
|
||||
#elif defined(__x86_64__)
|
||||
#define ARCH "amd64"
|
||||
#elif defined(__ia64__)
|
||||
#define ARCH "ia64"
|
||||
#else
|
||||
#define ARCH "unknown"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue