(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 6 Jan 1993 02:59:56 +0000 (18:59 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 6 Jan 1993 02:59:56 +0000 (18:59 -0800)
From-SVN: r3108

gcc/calls.c

index c132a6586b86eec7aff4e84f1e574ec0a2a288de..871412e686386d37356f53c91b05f889f98d2250 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.  */