Commit 0196c710 by Jim Wilson

(SETUP_INCOMING_VARARGS): Correct arguments to move_block_from_reg call.

From-SVN: r9165
parent 310bbbf4
...@@ -144,7 +144,7 @@ extern struct rtx_def *mips_function_value (); ...@@ -144,7 +144,7 @@ extern struct rtx_def *mips_function_value ();
- PRETEND_SIZE)), \ - PRETEND_SIZE)), \
(MAX_ARGS_IN_REGISTERS - (CUM).arg_words \ (MAX_ARGS_IN_REGISTERS - (CUM).arg_words \
- ! current_function_varargs), \ - ! current_function_varargs), \
PRETEND_SIZE, 0); \ PRETEND_SIZE); \
} \ } \
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment