Pārlūkot izejas kodu

* fixed(?) peter's last commit. i hope i did it the right way.

git-svn-id: trunk@1087 -
Károly Balogh 20 gadi atpakaļ
vecāks
revīzija
6b01da4f65
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      compiler/powerpc/nppcset.pas

+ 2 - 2
compiler/powerpc/nppcset.pas

@@ -77,9 +77,9 @@ implementation
               genitem(list,t^.less);
             { fill possible hole }
             for i:=last+1 to t^._low-1 do
-              jumpSegment.concat(Tai_const.Create_sym(elselabel));
+              list.concat(Tai_const.Create_sym(elselabel));
             for i:=t^._low to t^._high do
-              jumpSegment.concat(Tai_const.Create_sym(blocklabel(t^.blockid)));
+              list.concat(Tai_const.Create_sym(blocklabel(t^.blockid)));
             last:=t^._high;
             if assigned(t^.greater) then
               genitem(list,t^.greater);