diff options
Diffstat (limited to 'src/op/br_if.c')
| -rw-r--r-- | src/op/br_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/br_if.c b/src/op/br_if.c index 5b6b5a2..6eca18a 100644 --- a/src/op/br_if.c +++ b/src/op/br_if.c @@ -88,7 +88,7 @@ static enum nw_state get_relative_depth(struct nw_interp *const i) void nwp_op_br_if(struct nw_interp *const i) { - static const struct nw_i_sm_br_if b = {0}; + static const struct nw_i_sm_br_if b; i->next = get_relative_depth; i->sm.br_if = b; |
