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