+ aix/ppc32 support

git-svn-id: trunk@20807 -
This commit is contained in:
Jonas Maebe 2012-04-11 18:02:28 +00:00
parent 9efe09a827
commit 2b0472dce5

View File

@ -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}