diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/cpu_detect.cpp (renamed from src/common/cpu_detect_x86.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cpu_detect_x86.cpp b/src/common/cpu_detect.cpp index 0bcff726d..1d612829e 100644 --- a/src/common/cpu_detect_x86.cpp +++ b/src/common/cpu_detect.cpp | |||
| @@ -62,7 +62,7 @@ CPUInfo::CPUInfo() { | |||
| 62 | // Detects the various CPU features | 62 | // Detects the various CPU features |
| 63 | void CPUInfo::Detect() { | 63 | void CPUInfo::Detect() { |
| 64 | memset(this, 0, sizeof(*this)); | 64 | memset(this, 0, sizeof(*this)); |
| 65 | #ifdef _M_X86_64 | 65 | #ifdef ARCHITECTURE_X64 |
| 66 | Mode64bit = true; | 66 | Mode64bit = true; |
| 67 | OS64bit = true; | 67 | OS64bit = true; |
| 68 | #endif | 68 | #endif |