florian 2 недель назад
Родитель
Сommit
5a2a7deffb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/node.pas

+ 1 - 1
compiler/node.pas

@@ -883,7 +883,7 @@ implementation
         else
           write(t,', resultdef = <nil> ');
         printfileinfo(t,fileinfo);
-	writeln(t,', loc = ',tcgloc2str[location.loc],
+	write(t,', loc = ',tcgloc2str[location.loc],
                   ', expectloc = ',tcgloc2str[expectloc],
                   ', flags = [');
         first:=true;