aboutsummaryrefslogtreecommitdiff
path: root/src/op/check/br_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/check/br_table.c')
-rw-r--r--src/op/check/br_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/check/br_table.c b/src/op/check/br_table.c
index d104669..5d61b54 100644
--- a/src/op/check/br_table.c
+++ b/src/op/check/br_table.c
@@ -71,7 +71,7 @@ static enum nw_state get_target_count(struct nw_mod *const m)
void nwp_op_check_br_table(struct nw_mod *const m)
{
- static const struct nw_sm_c_t t = {0};
+ static const struct nw_sm_c_t t;
m->sm.code.u.target = t;
m->next = get_target_count;