From 85ec8ec452f6c230963a0bb38401729abfa43c64 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 5 Jan 1993 18:59:56 -0800 Subject: [PATCH] (expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS. From-SVN: r3108 --- gcc/calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/calls.c b/gcc/calls.c index c132a6586b8..871412e6863 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -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. */ -- 2.30.2