Commit c694003e by Richard Kenner

(alpha_builtin_saveregs): Adjust for fact that

virtual_incoming_args_rtx includes pretend size.

From-SVN: r4003
parent 7f5bd4ff
...@@ -1036,7 +1036,7 @@ alpha_builtin_saveregs (arglist) ...@@ -1036,7 +1036,7 @@ alpha_builtin_saveregs (arglist)
emit_move_insn (change_address (block, DImode, XEXP (block, 0)), emit_move_insn (change_address (block, DImode, XEXP (block, 0)),
force_operand (plus_constant (virtual_incoming_args_rtx, force_operand (plus_constant (virtual_incoming_args_rtx,
-6 * UNITS_PER_WORD), 6 * UNITS_PER_WORD),
NULL_RTX)); NULL_RTX));
/* Store the argsize as the __va_offset member. */ /* Store the argsize as the __va_offset member. */
......
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