Ver Fonte

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

Nikolay Nikolov há 3 anos atrás
pai
commit
5be1bfeeca
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
                            // if the condition at the end, the jump should done to the end of block (0)
       loopBreakBr: integer;
       loopBreakBr: integer;
       exitBr: integer;
       exitBr: integer;
-      raiseBr: integer;
+      raiseBr: integer;  // raiseBr is only used in branchful exceptions mode (ts_wasm_bf_exceptions)
       fntypelookup : TWasmProcTypeLookup;
       fntypelookup : TWasmProcTypeLookup;
 
 
       constructor create;
       constructor create;