Sfoglia il codice sorgente

* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
florian 8 anni fa
parent
commit
ec45a92fb5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,'])');