RJIT: Properly reject keyword splat with yield

See the fix for YJIT.
This commit is contained in:
Alan Wu 2024-01-18 19:53:28 -05:00
parent bbd249e351
commit 7b253cfea4
3 changed files with 7 additions and 0 deletions

View file

@ -69,6 +69,7 @@ RJIT_RUNTIME_COUNTERS(
send_iseq_has_rest,
send_iseq_block_arg0_splat,
send_iseq_kw_call,
send_iseq_kw_splat,
send_iseq_splat,
send_iseq_has_rest_and_optional,
send_iseq_arity_error,