(expand_call): Fix typo in unaligned code.

From-SVN: r3668
This commit is contained in:
Richard Kenner 1993-03-06 07:42:54 -05:00
parent de9e0d4fdf
commit 7a03f4b4f8
1 changed files with 1 additions and 1 deletions

View File

@ -1577,7 +1577,7 @@ expand_call (exp, target, ignore)
emit_insn (gen_rtx (CLOBBER, VOIDmode, reg));
for (bitpos = 0;
bitpos < BITS_PER_WORD && bytes >= 0;
bitpos < BITS_PER_WORD && bytes > 0;
bitpos += bitsize, bytes -= bitsize / BITS_PER_UNIT)
{
int xbitpos = (BYTES_BIG_ENDIAN