Browse Source

[PATCH 13/83] a bit nicer output

From 7cbf612d7ed7cf60c7b896c8a724a5d554fe6aad Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Tue, 3 Sep 2019 15:48:13 -0400

git-svn-id: branches/wasm@45890 -
nickysn 5 years ago
parent
commit
61a651df83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm/agwat.pas

+ 1 - 1
compiler/wasm/agwat.pas

@@ -647,7 +647,7 @@ implementation
             else if tmp[i].tempsize = 8 then writer.AsmWrite('i64');
             writer.AsmWrite(')');
 
-            writer.AsmWriteLn(#9+asminfo^.comment+'Temp '+tostr(tmp[i].temppos)+','+
+            writer.AsmWrite(#9+asminfo^.comment+'Temp '+tostr(tmp[i].temppos)+','+
               tostr(tmp[i].tempsize)+' '+tempallocstr[tmp[i].allocation]);
 
             writer.AsmLn;