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 6a5f82e..871b07e 100644
--- a/src/interp/ops.c
+++ b/src/interp/ops.c
@@ -130,7 +130,7 @@ static void (*const ops[])(struct nw_interp *) =
nwp_op_i32_and, /* OP_I32_AND */
nwp_op_i32_or, /* OP_I32_OR */
NULL, /* OP_I32_XOR */
- NULL, /* OP_I32_SHL */
+ nwp_op_i32_shl, /* OP_I32_SHL */
NULL, /* OP_I32_SHR_S */
NULL, /* OP_I32_SHR_U */
NULL, /* OP_I32_ROTL */