Added sparc64 support to the ARCH string of savegame.c

This commit is contained in:
Joshua Scoggins 2012-11-30 20:57:46 -08:00
parent 3ef341a21a
commit b0d33ae5ad
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@
#define ARCH "amd64"
#elif defined(__ia64__)
#define ARCH "ia64"
#elif defined(__sparc__)
#define ARCH "sparc64"
#else
#define ARCH "unknown"
#endif