aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/utils.c')
-rw-r--r--gcc/ada/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c
index 5eeca2b6828..186b0fdb175 100644
--- a/gcc/ada/utils.c
+++ b/gcc/ada/utils.c
@@ -1801,7 +1801,7 @@ end_subprog_body ()
/* Mark the RESULT_DECL as being in this subprogram. */
DECL_CONTEXT (DECL_RESULT (current_function_decl)) = current_function_decl;
- expand_function_end (input_filename, input_line, 0);
+ expand_function_end ();
/* If this is a nested function, push a new GC context. That will keep
local variables on the stack from being collected while we're doing