diff options
Diffstat (limited to 'src/op/get_local.c')
| -rw-r--r-- | src/op/get_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/get_local.c b/src/op/get_local.c index 6a9a42a..56b742f 100644 --- a/src/op/get_local.c +++ b/src/op/get_local.c @@ -143,7 +143,7 @@ static enum nw_state get_index(struct nw_interp *const i) void nwp_op_get_local(struct nw_interp *const i) { - static const struct nw_i_sm_get_local gl = {0}; + static const struct nw_i_sm_get_local gl; i->sm.get_local = gl; i->next = get_index; |
