mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 02:59:21 +02:00
+ powerpc suppport
This commit is contained in:
parent
67eaf25d33
commit
e9051dc267
@ -29,6 +29,25 @@ asm
|
|||||||
move.l d0,a5
|
move.l d0,a5
|
||||||
end ['d0','a5'];
|
end ['d0','a5'];
|
||||||
{$endif CPU68K}
|
{$endif CPU68K}
|
||||||
|
{$ifdef CPUPOWERPC}
|
||||||
|
asm
|
||||||
|
// doesn't matter, there is no static register used anymore for self,
|
||||||
|
// and self is now loaded on-demand instead of always
|
||||||
|
li r0,0
|
||||||
|
li r3,0
|
||||||
|
li r4,0
|
||||||
|
li r5,0
|
||||||
|
li r6,0
|
||||||
|
li r7,0
|
||||||
|
li r8,0
|
||||||
|
li r9,0
|
||||||
|
li r10,0
|
||||||
|
li r11,0
|
||||||
|
li r12,0
|
||||||
|
end;
|
||||||
|
{$endif CPUPOWERPC}
|
||||||
|
|
||||||
|
|
||||||
var
|
var
|
||||||
p1 : tpt;
|
p1 : tpt;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user