Explorar o código

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

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
5be1bfeeca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;