(SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 10 Mar 1995 19:33:11 +0000 (11:33 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 10 Mar 1995 19:33:11 +0000 (11:33 -0800)
From-SVN: r9165

gcc/config/mips/abi64.h

index b845692..53d7d37 100644 (file)
@@ -144,7 +144,7 @@ extern struct rtx_def *mips_function_value ();
                                   - PRETEND_SIZE)),                    \
           (MAX_ARGS_IN_REGISTERS - (CUM).arg_words                     \
            - ! current_function_varargs),                              \
-          PRETEND_SIZE, 0);                                            \
+          PRETEND_SIZE);                                               \
     }                                                                  \
 }