aboutsummaryrefslogtreecommitdiff
path: root/src/op/set_global.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/set_global.c')
-rw-r--r--src/op/set_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/set_global.c b/src/op/set_global.c
index 9448c32..6eb3150 100644
--- a/src/op/set_global.c
+++ b/src/op/set_global.c
@@ -115,7 +115,7 @@ static enum nw_state get_index(struct nw_interp *const i)
void nwp_op_set_global(struct nw_interp *const i)
{
- static const struct nw_i_sm_set_global g = {0};
+ static const struct nw_i_sm_set_global g;
i->sm.set_global = g;
i->next = get_index;