aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ops.c')
-rw-r--r--src/interp/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ops.c b/src/interp/ops.c
index 6135f96..6a5f82e 100644
--- a/src/interp/ops.c
+++ b/src/interp/ops.c
@@ -72,7 +72,7 @@ static void (*const ops[])(struct nw_interp *) =
nwp_op_i64_store, /* OP_I64_STORE */
NULL, /* OP_F32_STORE */
NULL, /* OP_F64_STORE */
- NULL, /* OP_I32_STORE8 */
+ nwp_op_i32_store8, /* OP_I32_STORE8 */
NULL, /* OP_I32_STORE16 */
NULL, /* OP_I64_STORE8 */
NULL, /* OP_I64_STORE16 */