mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Do ppc32 tests on ppc64-capable platforms.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5495
This commit is contained in:
parent
dd3b4bf6f2
commit
6020f3dc10
@ -27,8 +27,7 @@ static Bool go(char* cpu)
|
||||
{
|
||||
if ( strcmp( cpu, "ppc32" ) == 0 )
|
||||
return True;
|
||||
else
|
||||
return False;
|
||||
return False;
|
||||
}
|
||||
#endif // __powerpc__ (32)
|
||||
|
||||
@ -37,8 +36,9 @@ static Bool go(char* cpu)
|
||||
{
|
||||
if ( strcmp( cpu, "ppc64" ) == 0 )
|
||||
return True;
|
||||
else
|
||||
return False;
|
||||
if ( strcmp( cpu, "ppc32" ) == 0 )
|
||||
return True;
|
||||
return False;
|
||||
}
|
||||
#endif // __powerpc__ (64)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user