From: Jeff Law Date: Tue, 2 May 1995 21:15:32 +0000 (-0600) Subject: * pa.c (hppa_expand_epilogue): Fix thinko in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79cb82b9657058e5b822cdc22699ba3ab108048c;p=gcc.git * pa.c (hppa_expand_epilogue): Fix thinko in last change. From-SVN: r9565 --- 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 */