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
970c12551e
commit
3201062adf
1 changed files with 1 additions and 0 deletions
|
@ -2163,6 +2163,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
|
|||
case TS_ISE: /* inline storage entry */
|
||||
/* Treated as an IC, but may contain a markable VALUE */
|
||||
FL_SET(iseq, ISEQ_MARKABLE_ISEQ);
|
||||
/* fall through */
|
||||
case TS_IC: /* inline cache */
|
||||
{
|
||||
unsigned int ic_index = FIX2UINT(operands[j]);
|
||||
|
|
Loading…
Add table
Reference in a new issue