OSDN Git Service

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

gcc/function.c

index 82ecd99..5464103 100644 (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