aboutsummaryrefslogtreecommitdiff
path: root/src/op/i32_const.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/i32_const.c')
-rw-r--r--src/op/i32_const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/i32_const.c b/src/op/i32_const.c
index 80dc9dd..d376598 100644
--- a/src/op/i32_const.c
+++ b/src/op/i32_const.c
@@ -51,7 +51,7 @@ static enum nw_state get_value(struct nw_interp *const i)
void nwp_op_i32_const(struct nw_interp *const i)
{
- static const struct nw_i_sm_i32_const c = {0};
+ static const struct nw_i_sm_i32_const c;
i->next = get_value;
i->sm.i32_const = c;