mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* fixed powerpc register window size
git-svn-id: trunk@30116 -
This commit is contained in:
parent
e8e09edf79
commit
4fbab88449
@ -783,8 +783,8 @@ const
|
||||
R.B.Y:=R.A.Y+11;
|
||||
{$endif m68k}
|
||||
{$ifdef powerpc}
|
||||
R.A.X:=R.B.X-28;
|
||||
R.B.Y:=R.A.Y+22;
|
||||
R.A.X:=R.B.X-30;
|
||||
R.B.Y:=R.A.Y+21;
|
||||
{$endif powerpc}
|
||||
{$ifdef sparc}
|
||||
R.A.X:=R.B.X-30;
|
||||
|
Loading…
Reference in New Issue
Block a user