Ver Fonte

* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
florian há 8 anos atrás
pai
commit
ec45a92fb5
1 ficheiros alterados com 2 adições e 2 exclusões
  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,'])');