summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-14 22:20:47 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-14 22:21:10 +0900
commit49362ddac60bb9d348cbcd8b7c003f52f5ffa1f5 (patch)
treef290e75df982d55be97b9838244e812fd6df659b /vm_insnhelper.c
parentd0f113f6c169a618c41a857d2536c89b86c58d75 (diff)
Add a /* fall through */ comment
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 93b1ebfe7a..c5584d4d40 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -737,6 +737,7 @@ cref_replace_with_duplicated_cref_each_frame(const VALUE *vptr, int can_be_svar,
if (can_be_svar) {
return cref_replace_with_duplicated_cref_each_frame((const VALUE *)&((struct vm_svar *)v)->cref_or_me, FALSE, v);
}
+ /* fall through */
case imemo_ment:
rb_bug("cref_replace_with_duplicated_cref_each_frame: unreachable");
default: