mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
EH: Fix delegate parsing in wasm_loader_find_block_addr (#3106)
This commit is contained in:
parent
10e87d2966
commit
3111a86cb3
|
@ -4679,6 +4679,7 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
|
|||
return true;
|
||||
}
|
||||
else {
|
||||
skip_leb(p);
|
||||
/* the DELEGATE opcode ends the tryblock, */
|
||||
block_nested_depth--;
|
||||
if (block_nested_depth
|
||||
|
|
Loading…
Reference in New Issue
Block a user