summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-10-07 11:50:12 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:43 -0400
commit201721b713d2cb8b7f7374c9c5ba037c3b8f540d (patch)
treea0510c50debd518e8864dac29fa12bd44c9be5b4 /yjit_codegen.c
parent56b1b93a0c504b93f7536effca155c0fdeebeb8e (diff)
Update yjit_codegen.c
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c
index fa48df755b..1cf57e5b5e 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -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;
}