[v1.05][X86] Report x86 / x86_64 in ARCH_X86 builds

This commit is contained in:
Dr-Noob
2024-02-13 21:26:24 +00:00
parent 08919916dc
commit 1504c5d0ef

View File

@@ -21,7 +21,7 @@
#endif
#ifdef ARCH_X86
static const char* ARCH_STR = "x86_64 build";
static const char* ARCH_STR = "x86 / x86_64 build";
#include "../x86/cpuid.h"
#elif ARCH_PPC
static const char* ARCH_STR = "PowerPC build";