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:
parent
3365e1d719
commit
364cdda0f1
1 changed files with 1 additions and 1 deletions
|
@ -3043,7 +3043,7 @@ gen_invokesuper(jitstate_t *jit, ctx_t *ctx)
|
|||
break;
|
||||
}
|
||||
|
||||
RUBY_ASSERT(false);
|
||||
RUBY_ASSERT_ALWAYS(false);
|
||||
}
|
||||
|
||||
static codegen_status_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue