Commit 030d2f01 by Jim Wilson

(mips_expand_prologue): Add extra arg to

INIT_CUMULATIVE_ARGS call.

From-SVN: r11853
parent 80ead5da
......@@ -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)
......
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