From 64e6d9cc49a9738f42db970c5453b32b60239001 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 21 Feb 1995 18:48:03 -0500 Subject: [PATCH] (assign_parms): Added arg to RETURN_POPS_ARGS. From-SVN: r9011 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/function.c b/gcc/function.c index 88b346cb624..4ee042b373b 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3873,7 +3873,7 @@ assign_parms (fndecl, second_time) /* See how many bytes, if any, of its args a function should try to pop on return. */ - current_function_pops_args = RETURN_POPS_ARGS (TREE_TYPE (fndecl), + current_function_pops_args = RETURN_POPS_ARGS (fndecl, TREE_TYPE (fndecl), current_function_args_size); /* For stdarg.h function, save info about -- 2.30.2