diff options
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/debug.h b/gcc/debug.h index 6711f8b..34b63d7 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -31,7 +31,7 @@ struct gcc_debug_hooks void (* finish) (const char *main_filename); /* Run cleanups necessary after early debug generation. */ - void (* early_finish) (void); + void (* early_finish) (const char *main_filename); /* Called from cgraph_optimize before starting to assemble functions/variables/toplevel asms. */ |