diff options
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/ArmCPUDetect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index 9c85835c07..466a0a0741 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -57,7 +57,7 @@ void CPUInfo::Detect() OS64bit = true; CPU64bit = true; Mode64bit = true; - vendor = VENDOR_ARM; + vendor = CPUVendor::ARM; // Get the information about the CPU num_cores = sysconf(_SC_NPROCESSORS_CONF); |
