From 030d2f012590d8ded18aa14b18bf4b75c1a065aa Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 19 Apr 1996 13:41:30 -0700 Subject: [PATCH] (mips_expand_prologue): Add extra arg to INIT_CUMULATIVE_ARGS call. From-SVN: r11853 --- gcc/config/mips/mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 42640caf704..ab8e65df016 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) -- 2.30.2