Add PowerPC to the right branch

This commit is contained in:
Fridrich Štrba 2011-03-18 14:30:33 +01:00
parent 6173b8425d
commit 16d941cb03

View file

@ -446,7 +446,7 @@ void Test::testBigStruct() {
#if defined __GNUC__ && __GNUC__ >= 3 // see CPPU_GCC3_ALIGN
CPPUNIT_ASSERT_EQUAL(
#if defined X86_64
#if defined X86_64 || defined PPC
static_cast< std::size_t >(24),
#else
static_cast< std::size_t >(16),