diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 824be0b..3f88093 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -333,6 +333,8 @@ expand_end_java_handler (range) start_catch_handler (prepare_eh_table_type (TREE_PURPOSE (handler))); /* Push the thrown object on the top of the stack */ expand_goto (TREE_VALUE (handler)); + expand_resume_after_catch (); + end_catch_handler (); } expand_end_all_catch (); } |