(SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call.

From-SVN: r9165
This commit is contained in:
Jim Wilson 1995-03-10 11:33:11 -08:00
parent 310bbbf468
commit 0196c710f1

View 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); \
} \
}