浏览代码

+ added comment that states that raiseBr is only used in branchful exceptions mode

Nikolay Nikolov 3 年之前
父节点
当前提交
5be1bfeeca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/wasm32/hlcgcpu.pas

+ 1 - 1
compiler/wasm32/hlcgcpu.pas

@@ -61,7 +61,7 @@ uses
                            // if the condition at the end, the jump should done to the end of block (0)
       loopBreakBr: integer;
       exitBr: integer;
-      raiseBr: integer;
+      raiseBr: integer;  // raiseBr is only used in branchful exceptions mode (ts_wasm_bf_exceptions)
       fntypelookup : TWasmProcTypeLookup;
 
       constructor create;