diff options
Diffstat (limited to 'src/interp')
| -rw-r--r-- | src/interp/ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/ops.c b/src/interp/ops.c index 2bfdff0..4a76fba 100644 --- a/src/interp/ops.c +++ b/src/interp/ops.c @@ -77,8 +77,8 @@ static void (*const ops[])(struct nw_interp *) = NULL, /* OP_I64_STORE8 */ NULL, /* OP_I64_STORE16 */ NULL, /* OP_I64_STORE32 */ - NULL, /* OP_CURRENT_MEMORY */ - NULL, /* OP_GROW_MEMORY */ + nwp_op_current_memory, /* OP_CURRENT_MEMORY */ + nwp_op_grow_memory, /* OP_GROW_MEMORY */ nwp_op_i32_const, /* OP_I32_CONST */ nwp_op_i64_const, /* OP_I64_CONST */ NULL, /* OP_F32_CONST */ |
