2
0
Эх сурвалжийг харах

* fixed fixref() (by Thomas Schatzl)

git-svn-id: trunk@904 -
Jonas Maebe 20 жил өмнө
parent
commit
b779d6d28f

+ 1 - 1
compiler/powerpc/cgcpu.pas

@@ -2100,7 +2100,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