Explorar o código

* fixed fixref() (by Thomas Schatzl)

git-svn-id: trunk@904 -
Jonas Maebe %!s(int64=20) %!d(string=hai) anos
pai
achega
b779d6d28f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/powerpc/cgcpu.pas

+ 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