aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-04-19 13:41:30 -0700
committerJim Wilson <wilson@gcc.gnu.org>1996-04-19 13:41:30 -0700
commit030d2f012590d8ded18aa14b18bf4b75c1a065aa (patch)
tree1a26f7082d3eec7cb49566f0a080b3c18d83ca13
parent80ead5da9120411145d05b56daa480f0420da89f (diff)
downloadgcc-030d2f012590d8ded18aa14b18bf4b75c1a065aa.zip
gcc-030d2f012590d8ded18aa14b18bf4b75c1a065aa.tar.gz
gcc-030d2f012590d8ded18aa14b18bf4b75c1a065aa.tar.bz2
(mips_expand_prologue): Add extra arg to
INIT_CUMULATIVE_ARGS call. From-SVN: r11853
-rw-r--r--gcc/config/mips/mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 42640ca..ab8e65d 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -4925,7 +4925,7 @@ mips_expand_prologue ()
/* Determine the last argument, and get its name. */
- INIT_CUMULATIVE_ARGS (args_so_far, fntype, (rtx)0);
+ INIT_CUMULATIVE_ARGS (args_so_far, fntype, (rtx)0, 0);
regno = GP_ARG_FIRST;
for (cur_arg = fnargs; cur_arg != (tree)0; cur_arg = next_arg)