Commit dec7b246 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Add ARMv8 detection for ARM32.

parent b5b34220
......@@ -1139,6 +1139,8 @@ static inline void get_cpuinfo(SYSTEM_CPU_INFORMATION* info)
#else
FIXME("CPU Feature detection not implemented.\n");
#endif
if (info->Level >= 8)
user_shared_data->ProcessorFeatures[PF_ARM_V8_INSTRUCTIONS_AVAILABLE] = TRUE;
info->Architecture = PROCESSOR_ARCHITECTURE_ARM;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment