]> gcc.gnu.org Git - gcc.git/commitdiff
(mips_expand_prologue): Add extra arg to
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 19 Apr 1996 20:41:30 +0000 (13:41 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 19 Apr 1996 20:41:30 +0000 (13:41 -0700)
INIT_CUMULATIVE_ARGS call.

From-SVN: r11853

gcc/config/mips/mips.c

index 42640caf70441664e4f197b1356a70658e7016db..ab8e65df016a3d6ddeb0ca04bb5b18a32e8a6cac 100644 (file)
@@ -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)
This page took 0.074045 seconds and 5 git commands to generate.