소스 검색

* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
florian 8 년 전
부모
커밋
ec45a92fb5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/nbas.pas

+ 2 - 2
compiler/nbas.pas

@@ -1226,8 +1226,8 @@ implementation
         for f in tempinfo^.flags do
           begin
             if notfirst then
-              write(',');
-            write(f);
+              write(t,',');
+            write(t,f);
             notfirst:=true;
           end;
         writeln(t,'])');