Commit 50babe84 by Richard Stallman

entered into RCS

From-SVN: r1031
parent 626d0d1d
......@@ -837,7 +837,7 @@ __transfer_from_trampoline () \
Strictly speaking, we can't be sure that a symbol will fit this range.
But, in practice, it always will. */
#define NS32K_DISPLACEMENT(i) \
#define NS32K_DISPLACEMENT_P(i) \
(((i) <= 16777215 && (i) >= -16777216) \
|| ((TARGET_32532 || TARGET_32332) \
&& (i) <= 536870913 && (i) >= -536870912))
......
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