Commit 79cb82b9 by Jeff Law

* pa.c (hppa_expand_epilogue): Fix thinko in last change.

From-SVN: r9565
parent 60374599
...@@ -2446,8 +2446,7 @@ hppa_expand_epilogue () ...@@ -2446,8 +2446,7 @@ hppa_expand_epilogue ()
That won't work since if the stack is exactly 8k set_reg_plus_d That won't work since if the stack is exactly 8k set_reg_plus_d
doesn't set %r1, just %r30. */ doesn't set %r1, just %r30. */
load_reg (2, - (actual_fsize + 20 + ((- actual_fsize) & ~0x7ff)), load_reg (2, - 20, STACK_POINTER_REGNUM);
STACK_POINTER_REGNUM);
} }
/* Reset stack pointer (and possibly frame pointer). The stack */ /* Reset stack pointer (and possibly frame pointer). The stack */
......
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