1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix compiler warning

This commit is contained in:
Maxime Chevalier-Boisvert 2021-06-11 14:30:30 -04:00 committed by Alan Wu
parent 3365e1d719
commit 364cdda0f1

View file

@ -3043,7 +3043,7 @@ gen_invokesuper(jitstate_t *jit, ctx_t *ctx)
break;
}
RUBY_ASSERT(false);
RUBY_ASSERT_ALWAYS(false);
}
static codegen_status_t