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
772dae8bef
commit
c9a59f491d
1 changed files with 1 additions and 0 deletions
|
@ -3135,6 +3135,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal
|
|||
break;
|
||||
case BIN(leave):
|
||||
piobj = iobj;
|
||||
/* fall through */
|
||||
default:
|
||||
next = NULL;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue