Fix ppc32 regtest execution.  Thanks to Jeroen Witmond for spotting it.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4628 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/tests/cputest.c b/tests/cputest.c
index 94c252c..0d85a6f 100644
--- a/tests/cputest.c
+++ b/tests/cputest.c
@@ -16,7 +16,7 @@
 
 char* all_archs[] = {
    "amd64",
-   "ppc",
+   "ppc32",
    "x86",
    NULL
 };