Browse Source

* fixed powerpc register window size

git-svn-id: trunk@30116 -
nickysn 10 years ago
parent
commit
4fbab88449
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ide/fpregs.pas

+ 2 - 2
ide/fpregs.pas

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