From 0b2a1fd9439d5ab1cdc076d7b9f1e763c4900b74 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 15 Nov 2025 18:48:16 +0100 Subject: Add br_table br_table is in fact a generalization of other branch types like br or br_if, since br_table contains several branches for the same pc inside the nw_lo section. Therefore, this kind of branch forced some changes to nwp_break and those relying on it. --- src/op/else.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/op/else.c') diff --git a/src/op/else.c b/src/op/else.c index 2c1c6b1..13d9c6c 100644 --- a/src/op/else.c +++ b/src/op/else.c @@ -14,5 +14,5 @@ void nwp_op_else(struct nw_interp *const i) { - nwp_break(i, 0); + nwp_break(i, 0, 0); } -- cgit v1.2.3