diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-03-10 11:33:11 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-03-10 11:33:11 -0800 |
commit | 0196c710f1e8dceb689ac089746a53a8c3a2857b (patch) | |
tree | b89ecd1b349cf3b533fe03fc51d0ce977dcbd6f8 /gcc | |
parent | 310bbbf468139f038709bf212b8c9f64a4be61a8 (diff) | |
download | gcc-0196c710f1e8dceb689ac089746a53a8c3a2857b.zip gcc-0196c710f1e8dceb689ac089746a53a8c3a2857b.tar.gz gcc-0196c710f1e8dceb689ac089746a53a8c3a2857b.tar.bz2 |
(SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call.
From-SVN: r9165
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/abi64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h index b845692..53d7d37 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); \ } \ } |