mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a /* fall through */ comment
This commit is contained in:
parent
0c6c937904
commit
6aab77a7a3
1 changed files with 1 additions and 0 deletions
|
@ -8636,6 +8636,7 @@ iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *const anchor,
|
|||
break;
|
||||
case TS_ISE:
|
||||
FL_SET(iseq, ISEQ_MARKABLE_ISEQ);
|
||||
/* fall through */
|
||||
case TS_IC:
|
||||
argv[j] = op;
|
||||
if (NUM2UINT(op) >= iseq->body->is_size) {
|
||||
|
|
Loading…
Add table
Reference in a new issue