diff options
Diffstat (limited to 'src/interp')
| -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 4366a49..7c0d911 100644 --- a/src/interp/ops.c +++ b/src/interp/ops.c @@ -41,7 +41,7 @@ static void (*const ops[])(struct nw_interp *) = NULL, NULL, nwp_op_drop, /* OP_DROP */ - NULL, /* OP_SELECT */ + nwp_op_select, /* OP_SELECT */ NULL, NULL, NULL, |
