* pa.c (hppa_expand_epilogue): Fix thinko in last change.
From-SVN: r9565
This commit is contained in:
parent
6037459976
commit
79cb82b965
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user