mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 15:42:07 +08:00
pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame, not +20!
* pa/pa.h (RETURN_ADDR_RTX): Offset is -20 from the frame, not +20! From-SVN: r12574
This commit is contained in:
parent
bc60d5ea76
commit
a0279a61ae
@ -2338,7 +2338,7 @@ do { \
|
||||
((COUNT == 0) \
|
||||
? gen_rtx (MEM, Pmode, \
|
||||
memory_address (Pmode, plus_constant (FRAME, \
|
||||
5 * UNITS_PER_WORD))) \
|
||||
-5 * UNITS_PER_WORD))) \
|
||||
: (rtx) 0)
|
||||
|
||||
/* Used to mask out junk bits from the return address, such as
|
||||
|
Loading…
x
Reference in New Issue
Block a user