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