OSDN Git Service

(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 1993 02:59:56 +0000 (02:59 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 1993 02:59:56 +0000 (02:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3108 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/calls.c

index c132a65..871412e 100644 (file)
@@ -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.  */