mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update yjit_codegen.c
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
This commit is contained in:
parent
56b1b93a0c
commit
201721b713
1 changed files with 2 additions and 1 deletions
|
@ -3519,7 +3519,8 @@ gen_send_iseq(jitstate_t *jit, ctx_t *ctx, const struct rb_callinfo *ci, const r
|
|||
|
||||
GEN_COUNTER_INC(cb, send_iseq_kwargs_none_passed);
|
||||
return YJIT_CANT_COMPILE;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
GEN_COUNTER_INC(cb, send_iseq_complex_callee);
|
||||
return YJIT_CANT_COMPILE;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue