From 79cb82b9657058e5b822cdc22699ba3ab108048c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 2 May 1995 15:15:32 -0600 Subject: [PATCH] * pa.c (hppa_expand_epilogue): Fix thinko in last change. From-SVN: r9565 --- gcc/config/pa/pa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index f6a6960ca47..1ef1c38db9e 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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 */