(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.
From-SVN: r3108
This commit is contained in:
parent
ea0d4c4b6d
commit
85ec8ec452
@ -782,7 +782,7 @@ expand_call (exp, target, ignore)
|
|||||||
push_temp_slots ();
|
push_temp_slots ();
|
||||||
|
|
||||||
/* Start updating where the next arg would go. */
|
/* 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
|
/* If struct_value_rtx is 0, it means pass the address
|
||||||
as if it were an extra parameter. */
|
as if it were an extra parameter. */
|
||||||
|
Loading…
Reference in New Issue
Block a user