Commit a0279a61 by Jeff Law

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
parent bc60d5ea
......@@ -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
......
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