Commit fd328506 by Doug Evans

* (expand_call): Fix bug (don't clobber bitpos).

From-SVN: r3775
parent 7801a9dc
......@@ -1588,7 +1588,7 @@ expand_call (exp, target, ignore)
bitpos += bitsize, bytes -= bitsize / BITS_PER_UNIT)
{
int xbitpos = (BYTES_BIG_ENDIAN
? bitpos = BITS_PER_WORD - bitpos - bitsize
? BITS_PER_WORD - bitpos - bitsize
: bitpos);
store_bit_field (reg, bitsize, xbitpos, word_mode,
......
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