Commit 85ec8ec4 by Jim Wilson

(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.

From-SVN: r3108
parent ea0d4c4b
......@@ -782,7 +782,7 @@ expand_call (exp, target, ignore)
push_temp_slots ();
/* Start updating where the next arg would go. */
INIT_CUMULATIVE_ARGS (args_so_far, funtype, NULL_PTR);
INIT_CUMULATIVE_ARGS (args_so_far, funtype, NULL_RTX);
/* If struct_value_rtx is 0, it means pass the address
as if it were an extra parameter. */
......
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