mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
+ aix/ppc32 support
git-svn-id: trunk@20807 -
This commit is contained in:
parent
9efe09a827
commit
2b0472dce5
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user