Browse Source

- removed redundant comment

git-svn-id: branches/wasm@47994 -
nickysn 4 years ago
parent
commit
5524de3be8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/wasm32/hlcgcpu.pas

+ 0 - 1
compiler/wasm32/hlcgcpu.pas

@@ -1400,7 +1400,6 @@ implementation
         list.concat(taicpu.op_const(a_i32_const, 0));
         list.concat(taicpu.op_const(a_i32_const, 0));
         list.concat(taicpu.op_const(a_br,loopContBr+blocks))
         list.concat(taicpu.op_const(a_br,loopContBr+blocks))
       end else begin
       end else begin
-        //Internalerror(2019091806); // unexpected jump
         Internalerror(2019091806); // unexpected jump
         Internalerror(2019091806); // unexpected jump
       end;
       end;
     end;
     end;