mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
+ Added code for macos
This commit is contained in:
parent
942c4ea025
commit
fefdf31dce
@ -19,8 +19,13 @@ end ['EAX'];
|
||||
end ['D0'];
|
||||
{$endif CPU68K}
|
||||
{$ifdef cpupowerpc}
|
||||
{$ifndef macos}
|
||||
lis r3, stacksize@ha
|
||||
lwz r3, stacksize@l(r3)
|
||||
{$else macos}
|
||||
lwz r3, stacksize(r2)
|
||||
lwz r3, 0(r3)
|
||||
{$endif macos}
|
||||
end;
|
||||
{$endif cpupowerpc}
|
||||
{$ifdef cpusparc}
|
||||
|
Loading…
Reference in New Issue
Block a user