diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-04-15 12:28:31 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-04-15 12:28:31 +0900 |
commit | de2afcbf0c4c058732997065fa8e6bcaebee9890 (patch) | |
tree | d3accaccb4481a735b87a5cd0000b7730f60f733 /compile.c | |
parent | f9822d173842d758d7ec4180be7addba30422e40 (diff) |
Show heading for update_catch_except_flags
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |