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 -
@@ -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;