Browse Source

* fixed fixref() (by Thomas Schatzl)

git-svn-id: trunk@904 -
Jonas Maebe 20 years ago
parent
commit
b779d6d28f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc/cgcpu.pas

+ 1 - 1
compiler/powerpc/cgcpu.pas

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