소스 검색

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

git-svn-id: trunk@1087 -
Károly Balogh 20 년 전
부모
커밋
6b01da4f65
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);