From: Nicholas Nethercote Date: Tue, 13 Sep 2005 00:45:14 +0000 (+0000) Subject: Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. X-Git-Tag: svn/VALGRIND_3_1_0~461 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7310d60c12a6ef580bf66bb76119747afbc2c1d2;p=thirdparty%2Fvalgrind.git Fix ppc32 regtest execution. Thanks to Jeroen Witmond for spotting it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4628 --- diff --git a/tests/cputest.c b/tests/cputest.c index 94c252c1e2..0d85a6fffa 100644 --- a/tests/cputest.c +++ b/tests/cputest.c @@ -16,7 +16,7 @@ typedef int Bool; char* all_archs[] = { "amd64", - "ppc", + "ppc32", "x86", NULL };