diff --git a/neo/idlib/sys/sys_defines.h b/neo/idlib/sys/sys_defines.h index acfbc2ad..8196dc4b 100644 --- a/neo/idlib/sys/sys_defines.h +++ b/neo/idlib/sys/sys_defines.h @@ -108,7 +108,7 @@ If you have questions concerning this license or the applicable additional terms #if defined(__i386__) #define CPUSTRING "x86" #elif defined(__x86_64__) -#define CPUSTRING "x86_86" +#define CPUSTRING "x86_64" #else #error unknown CPU #endif