]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 13 Sep 2005 00:45:14 +0000 (00:45 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 13 Sep 2005 00:45:14 +0000 (00:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4628

tests/cputest.c

index 94c252c1e21f3d27b0ae21fff31a3d62a0ffa603..0d85a6fffa23b7432e23e1b35c383a76b1c017ab 100644 (file)
@@ -16,7 +16,7 @@ typedef int    Bool;
 
 char* all_archs[] = {
    "amd64",
-   "ppc",
+   "ppc32",
    "x86",
    NULL
 };