* pa.c (hppa_expand_epilogue): Fix thinko in last change.
authorJeff Law <law@gcc.gnu.org>
Tue, 2 May 1995 21:15:32 +0000 (15:15 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 May 1995 21:15:32 +0000 (15:15 -0600)
From-SVN: r9565

gcc/config/pa/pa.c

index f6a6960ca472df1a291d4956509ed9fb5d275d8d..1ef1c38db9e0946dd784de672a065ef13ecec045 100644 (file)
@@ -2446,8 +2446,7 @@ hppa_expand_epilogue ()
        
         That won't work since if the stack is exactly 8k set_reg_plus_d
         doesn't set %r1, just %r30.  */
-      load_reg (2, - (actual_fsize + 20 + ((- actual_fsize) & ~0x7ff)),
-               STACK_POINTER_REGNUM);
+      load_reg (2, - 20, STACK_POINTER_REGNUM);
     }
 
   /* Reset stack pointer (and possibly frame pointer).  The stack */