mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-29 15:32:33 +00:00
Added an ia64 ARCH string to savegame.c
This commit is contained in:
parent
8dc6640a7e
commit
16e11b2ae4
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
||||||
#define ARCH "i386"
|
#define ARCH "i386"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#define ARCH "amd64"
|
#define ARCH "amd64"
|
||||||
|
#elif defined(__ia64__)
|
||||||
|
#define ARCH "ia64"
|
||||||
#else
|
#else
|
||||||
#define ARCH "unknown"
|
#define ARCH "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue