diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index d774bf3fa25..05834247d88 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3434,7 +3434,7 @@ output_function_exception_table (void) dw2_asm_output_data (1, VARRAY_UCHAR (cfun->eh->ehspec_data, i), (i ? NULL : "Exception specification table")); - function_section (current_function_decl); + current_function_section (current_function_decl); } #include "gt-except.h" |