1
0
Fork 0
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:
Yusuke Endoh 2019-07-16 07:17:57 +09:00
parent 0c6c937904
commit 6aab77a7a3

View file

@ -8636,6 +8636,7 @@ iseq_build_from_ary_body(rb_iseq_t *iseq, LINK_ANCHOR *const anchor,
break; break;
case TS_ISE: case TS_ISE:
FL_SET(iseq, ISEQ_MARKABLE_ISEQ); FL_SET(iseq, ISEQ_MARKABLE_ISEQ);
/* fall through */
case TS_IC: case TS_IC:
argv[j] = op; argv[j] = op;
if (NUM2UINT(op) >= iseq->body->is_size) { if (NUM2UINT(op) >= iseq->body->is_size) {