]> gcc.gnu.org Git - gcc.git/commitdiff
(alpha_builtin_saveregs): Adjust for fact that
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 4 Apr 1993 14:10:05 +0000 (10:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 4 Apr 1993 14:10:05 +0000 (10:10 -0400)
virtual_incoming_args_rtx includes pretend size.

From-SVN: r4003

gcc/config/alpha/alpha.c

index e87229925527c3597efa470b190427c09fa3da06..8753126d4d14328d89c2b7c42e74201d2b6efb20 100644 (file)
@@ -1036,7 +1036,7 @@ alpha_builtin_saveregs (arglist)
 
   emit_move_insn (change_address (block, DImode, XEXP (block, 0)),
                  force_operand (plus_constant (virtual_incoming_args_rtx,
-                                               -6 * UNITS_PER_WORD),
+                                               6 * UNITS_PER_WORD),
                                 NULL_RTX));
 
   /* Store the argsize as the __va_offset member.  */
This page took 0.059481 seconds and 5 git commands to generate.