소스 검색

+ aix/ppc32 support

git-svn-id: trunk@20807 -
Jonas Maebe 13 년 전
부모
커밋
2b0472dce5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}