summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-15 12:28:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-15 12:28:31 +0900
commitde2afcbf0c4c058732997065fa8e6bcaebee9890 (patch)
treed3accaccb4481a735b87a5cd0000b7730f60f733 /compile.c
parentf9822d173842d758d7ec4180be7addba30422e40 (diff)
Show heading for update_catch_except_flags
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.c b/compile.c
index d294faa7b4..d900db64a7 100644
--- a/compile.c
+++ b/compile.c
@@ -1418,6 +1418,7 @@ iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
debugs("[compile step 5 (iseq_translate_threaded_code)] \n");
if (!rb_iseq_translate_threaded_code(iseq)) return COMPILE_NG;
+ debugs("[compile step 6 (update_catch_except_flags)] \n");
update_catch_except_flags(iseq->body);
if (compile_debug > 1) {