aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-01-05 18:59:56 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-01-05 18:59:56 -0800
commit85ec8ec452f6c230963a0bb38401729abfa43c64 (patch)
tree71337ac2051fe948eb2d70f6287a81670377d5ab /gcc
parentea0d4c4b6d8860d8263546fe8497c22201ace0e6 (diff)
downloadgcc-85ec8ec452f6c230963a0bb38401729abfa43c64.zip
gcc-85ec8ec452f6c230963a0bb38401729abfa43c64.tar.gz
gcc-85ec8ec452f6c230963a0bb38401729abfa43c64.tar.bz2
(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.
From-SVN: r3108
Diffstat (limited to 'gcc')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index c132a65..871412e 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. */