summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <[email protected]>2021-06-11 14:30:30 -0400
committerAlan Wu <[email protected]>2021-10-20 18:19:36 -0400
commit364cdda0f1b63ac0e541ed73a3185a26d309e4da (patch)
treee003b40378e116f26a373c5a4fa90a5fe5e2c302 /yjit_codegen.c
parent3365e1d719d83235fdea1e95086f1e96ef8fa5bd (diff)
Fix compiler warning
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c
index 487c1cee98..8ab3d97f98 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -3043,7 +3043,7 @@ gen_invokesuper(jitstate_t *jit, ctx_t *ctx)
break;
}
- RUBY_ASSERT(false);
+ RUBY_ASSERT_ALWAYS(false);
}
static codegen_status_t