diff options
Diffstat (limited to 'src/op/call.c')
| -rw-r--r-- | src/op/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op/call.c b/src/op/call.c index 11a9183..476729d 100644 --- a/src/op/call.c +++ b/src/op/call.c @@ -43,7 +43,7 @@ static enum nw_state get_index(struct nw_interp *const i) void nwp_op_call(struct nw_interp *const i) { - static const struct nw_i_sm_call c = {0}; + static const struct nw_i_sm_call c; i->sm.call = c; i->next = get_index; |
