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 7c0d911..d69140d 100644
--- a/src/interp/ops.c
+++ b/src/interp/ops.c
@@ -129,7 +129,7 @@ static void (*const ops[])(struct nw_interp *) =
NULL, /* OP_I32_REM_U */
nwp_op_i32_and, /* OP_I32_AND */
nwp_op_i32_or, /* OP_I32_OR */
- NULL, /* OP_I32_XOR */
+ nwp_op_i32_xor, /* OP_I32_XOR */
nwp_op_i32_shl, /* OP_I32_SHL */
nwp_op_i32_shr_s, /* OP_I32_SHR_S */
nwp_op_i32_shr_u, /* OP_I32_SHR_U */