(assign_parms): Pass NULL_RTX to INIT_CUMULATIVE_*.

From-SVN: r3107
This commit is contained in:
Jim Wilson 1993-01-05 18:59:28 -08:00
parent 8eef5f77c5
commit ea0d4c4b6d
1 changed files with 2 additions and 2 deletions

View File

@ -2671,9 +2671,9 @@ assign_parms (fndecl, second_time)
bzero (parm_reg_stack_loc, nparmregs * sizeof (rtx));
#ifdef INIT_CUMULATIVE_INCOMING_ARGS
INIT_CUMULATIVE_INCOMING_ARGS (args_so_far, fntype, NULL_PTR);
INIT_CUMULATIVE_INCOMING_ARGS (args_so_far, fntype, NULL_RTX);
#else
INIT_CUMULATIVE_ARGS (args_so_far, fntype, NULL_PTR);
INIT_CUMULATIVE_ARGS (args_so_far, fntype, NULL_RTX);
#endif
/* We haven't yet found an argument that we must push and pretend the