Add PowerPC to the right branch
This commit is contained in:
parent
6173b8425d
commit
16d941cb03
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue