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 9f80668..4366a49 100644 --- a/src/interp/ops.c +++ b/src/interp/ops.c @@ -28,7 +28,7 @@ static void (*const ops[])(struct nw_interp *) = nwp_op_end, /* OP_END */ nwp_op_br, /* OP_BR */ nwp_op_br_if, /* OP_BR_IF */ - NULL, /* OP_BR_TABLE */ + nwp_op_br_table, /* OP_BR_TABLE */ nwp_op_return, /* OP_RETURN */ nwp_op_call, /* OP_CALL */ nwp_op_call_indirect, /* OP_CALL_INDIRECT */ |
