From 801c5cece339b00854ffdb2cec0908e0d16245c7 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 21 Feb 1995 23:48:03 +0000 Subject: [PATCH] (assign_parms): Added arg to RETURN_POPS_ARGS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9011 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.0