Skip to content

Commit

Permalink
[JIT] Bugfix - CALLN yields a value
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw committed Sep 7, 2019
1 parent ed446c0 commit ec39fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jit/expr.c
Expand Up @@ -157,6 +157,7 @@ MVMint32 MVM_jit_expr_op_yields_value(enum MVMJitExprOperator op) {
case OP(DO):
case OP(IF):
case OP(CALL):
case OP(CALLN):
case OP(TC):
case OP(CU):
case OP(LOCAL):
Expand Down

0 comments on commit ec39fda

Please sign in to comment.