Show properly cpu on 64-bit linux

This commit is contained in:
George Kalampokis 2018-07-08 19:50:13 +03:00 committed by GitHub
parent a05b8cdf02
commit 223673da57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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