Browse Source

+ aix/ppc32 support

git-svn-id: trunk@20807 -
Jonas Maebe 13 years ago
parent
commit
2b0472dce5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/opt/tretopt.pp

+ 2 - 2
tests/test/opt/tretopt.pp

@@ -259,7 +259,7 @@ begin
   asm
 {$ifdef cpupowerpc32}
     la  r3,t
-  {$ifndef macos}
+  {$if not defined(macos) and not defined(aix)}
     lis  r4,p3@ha
     addi r4,r4,p3@l
   {$else}
@@ -310,7 +310,7 @@ begin
   asm
 {$ifdef cpupowerpc32}
     la  r3,t
-  {$ifndef macos}
+  {$if not defined(macos) and not defined(aix)}
     lis  r4,p3@ha
     addi r4,r4,p3@l
   {$else}