Commit 64e6d9cc by Richard Kenner

(assign_parms): Added arg to RETURN_POPS_ARGS.

From-SVN: r9011
parent 1b65f56d
...@@ -3873,7 +3873,7 @@ assign_parms (fndecl, second_time) ...@@ -3873,7 +3873,7 @@ assign_parms (fndecl, second_time)
/* See how many bytes, if any, of its args a function should try to pop /* See how many bytes, if any, of its args a function should try to pop
on return. */ 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); current_function_args_size);
/* For stdarg.h function, save info about /* For stdarg.h function, save info about
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment