Skip to content

Commit 21a6b2c

Browse files
committed
Fix braino in nqp_dyncall.ops.
1 parent 1cc0d94 commit 21a6b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/nqp_dyncall.ops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ inline op nqp_native_call(out PMC, invar PMC, invar PMC, invar PMC) :base_core {
10411041
dyncall_wb_cs(interp, value);
10421042
break;
10431043
default: /* Noop to eliminate warning. */
1044-
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION, "Internal error: unhandled dyncall argument type");
1044+
continue;
10451045
}
10461046
}
10471047

0 commit comments

Comments
 (0)