(expand_end_bindings): Write a BARRIER after call to abort in nonlocal

handler.

From-SVN: r9435
This commit is contained in:
Richard Kenner 1995-04-24 19:22:18 -04:00
parent ae8c59c0a0
commit a3fd7507da

View File

@ -3090,6 +3090,7 @@ expand_end_bindings (vars, mark_ends, dont_jump_in)
/* If label is not recognized, abort. */
emit_library_call (gen_rtx (SYMBOL_REF, Pmode, "abort"), 0,
VOIDmode, 0);
emit_barrier ();
emit_label (afterward);
}