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 9aad8f598c9..90423a7752f 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3409,7 +3409,7 @@ sjlj_size_of_call_site_table () static void dw2_output_call_site_table () { - const char *function_start_lab + const char *const function_start_lab = IDENTIFIER_POINTER (current_function_func_begin_label); int n = cfun->eh->call_site_data_used; int i; |