diff options
Diffstat (limited to 'src/interp/ops.c')
| -rw-r--r-- | src/interp/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ops.c b/src/interp/ops.c index 871b07e..de69126 100644 --- a/src/interp/ops.c +++ b/src/interp/ops.c @@ -87,7 +87,7 @@ static void (*const ops[])(struct nw_interp *) = nwp_op_i32_eq, /* OP_I32_EQ */ nwp_op_i32_ne, /* OP_I32_NE */ nwp_op_i32_lt_s, /* OP_I32_LT_S */ - NULL, /* OP_I32_LT_U */ + nwp_op_i32_lt_u, /* OP_I32_LT_U */ NULL, /* OP_I32_GT_S */ NULL, /* OP_I32_GT_U */ NULL, /* OP_I32_LE_S */ |
