ntdll: Fix build on MacOSX.

This commit is contained in:
Huw Davies 2009-09-22 20:36:28 +01:00 committed by Alexandre Julliard
parent 2151272e45
commit 90f95172b8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{