* fixed powerpc register window size

git-svn-id: trunk@30116 -
This commit is contained in:
nickysn 2015-03-06 21:54:25 +00:00
parent e8e09edf79
commit 4fbab88449

View File

@ -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;