mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-14 00:21:20 +00:00
Added the sparc64 ARCH tag to savegame.c
This commit is contained in:
parent
b741f8adb1
commit
49288378bf
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@
|
|||
#define ARCH "i386"
|
||||
#elif defined(__x86_64__)
|
||||
#define ARCH "amd64"
|
||||
#elif defined(__sparc__)
|
||||
#define ARCH "sparc64"
|
||||
#elif defined(__ia64__)
|
||||
#define ARCH "ia64"
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue