Commit b8c08e04 by Richard Henderson

Typo in last commit.

From-SVN: r22687
parent f7b6d104
......@@ -2886,7 +2886,7 @@ purge_addressof_1 (loc, insn, force, store)
if (WORDS_BIG_ENDIAN)
{
bitpos += (size_sub / BITS_PER_WORD) * BITS_PER_WORD;
bitpos += (size_x / BITS_PER_WORD) * BITS_PER_WORD;
bitpos -= (size_x / BITS_PER_WORD) * BITS_PER_WORD;
}
if (BYTES_BIG_ENDIAN)
{
......
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