diff options
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 025593cef..b7013093d 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -4050,7 +4050,7 @@ dwarf2out_begin_prologue (unsigned int line ATTRIBUTE_UNUSED, call-site information. We must emit this label if it might be used. */ if (!do_frame && (!flag_exceptions - || targetm.except_unwind_info (&global_options) != UI_TARGET)) + || targetm.except_unwind_info (&global_options) == UI_SJLJ)) return; fnsec = function_section (current_function_decl); |