Explorar el Código

* fixed fixref() (by Thomas Schatzl)

git-svn-id: trunk@904 -
Jonas Maebe hace 20 años
padre
commit
b779d6d28f
Se han modificado 1 ficheros con 1 adiciones y 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