Commit 9a260e99 by Mark Mitchell Committed by Mark Mitchell

* except.c (emit_handlers): Zero catch_clauses after emitting them.

From-SVN: r30657
parent f0adc637
1999-11-24 Mark Mitchell <mark@codesourcery.com>
* except.c (emit_handlers): Zero catch_clauses after emitting them.
1999-11-21 Anthony Green <green@cygnus.com>
* constants.c (find_methodref_index): Unwrap method names before
......
......@@ -393,6 +393,7 @@ emit_handlers ()
emit_jump (funcend);
emit_insns (catch_clauses);
catch_clauses = NULL_RTX;
expand_leftover_cleanups ();
emit_label (funcend);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment