Commit 90f95172 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ntdll: Fix build on MacOSX.

parent 2151272e
......@@ -1322,7 +1322,7 @@ void fill_cpu_info(void)
switch (cputype)
{
case CPU_TYPE_POWERPC:
cached_sci.ProcessorArchitecture = PROCESSOR_ARCHITECTURE_PPC;
cached_sci.Architecture = PROCESSOR_ARCHITECTURE_PPC;
valSize = sizeof(int);
if (sysctlbyname ("hw.cpusubtype", &value, &valSize, NULL, 0) == 0)
{
......
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