|
From: <sv...@va...> - 2005-06-21 10:11:38
|
Author: sewardj
Date: 2005-06-21 11:11:36 +0100 (Tue, 21 Jun 2005)
New Revision: 3987
Log:
ppc32-linux build fix.
Modified:
trunk/tests/cputest.c
Modified: trunk/tests/cputest.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/tests/cputest.c 2005-06-21 10:07:25 UTC (rev 3986)
+++ trunk/tests/cputest.c 2005-06-21 10:11:36 UTC (rev 3987)
@@ -42,7 +42,7 @@
}
#endif // __arm__
=20
-#ifdef __ppc__
+#ifdef __powerpc__
static Bool go(char* cpu)
{
if ( strcmp( cpu, "ppc" ) =3D=3D 0 )
@@ -50,7 +50,7 @@
else=20
return False;
}
-#endif // __ppc__
+#endif // __powerpc__
=20
#ifdef __x86__
static void cpuid ( unsigned int n,
|