From: Jim Wilson Date: Fri, 10 Mar 1995 19:33:11 +0000 (-0800) Subject: (SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0196c710f1e8dceb689ac089746a53a8c3a2857b;p=gcc.git (SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call. From-SVN: r9165 --- diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h index b8456924f66..53d7d37316d 100644 --- a/gcc/config/mips/abi64.h +++ b/gcc/config/mips/abi64.h @@ -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); \ } \ }