Browse Source

Merged revisions 904 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@905 -

Jonas Maebe 20 years ago
parent
commit
fc11cc9aa7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc/cgcpu.pas

+ 1 - 1
compiler/powerpc/cgcpu.pas

@@ -2102,7 +2102,7 @@ const
          if (ref.base = NR_NO) then
            begin
              ref.base := ref.index;
-             ref.base := NR_NO;
+             ref.index := NR_NO;
            end;
          if (ref.base <> NR_NO) then
            begin