浏览代码

[PATCH 47/83] cleaning up comments

From c2ea7d4c6e6b292ab1e6b6cb1320eaabe2d44a52 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Thu, 19 Sep 2019 17:07:48 -0400

git-svn-id: branches/wasm@45924 -
nickysn 5 年之前
父节点
当前提交
550bd07a6a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/wasm/nwasmflw.pas

+ 0 - 1
compiler/wasm/nwasmflw.pas

@@ -111,7 +111,6 @@ begin
   if (lnf_testatbegin in loopflags) then
     current_asmdata.CurrAsmList.concat(taicpu.op_const(a_br,1) ); // jump back to the external loop
 
-  current_asmdata.CurrAsmList.concat(tai_comment.create(strpnew('end of internal loop block')));
   current_asmdata.CurrAsmList.concat(taicpu.op_none(a_end));
   if not (lnf_testatbegin in loopflags) then begin
     pass_generate_code_condition;