mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 21:18:49 +02:00
+ added comment that states that raiseBr is only used in branchful exceptions mode
This commit is contained in:
parent
d02921d66b
commit
5be1bfeeca
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user