瀏覽代碼

* write newline after synthetickind

git-svn-id: trunk@27191 -
Jonas Maebe 11 年之前
父節點
當前提交
72c1e2a8ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -2888,7 +2888,7 @@ begin
              readvisibility(def);
              readvisibility(def);
              write  ([space,'       SymOptions : ']);
              write  ([space,'       SymOptions : ']);
              readsymoptions(space+'       ');
              readsymoptions(space+'       ');
-             write  ([space,'   Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
+             writeln  ([space,'   Synthetic kind : ',Synthetic2Str(ppufile.getbyte)]);
              if tsystemcpu(ppufile.header.cpu)=cpu_powerpc then
              if tsystemcpu(ppufile.header.cpu)=cpu_powerpc then
                begin
                begin
                  { library symbol for AmigaOS/MorphOS }
                  { library symbol for AmigaOS/MorphOS }