From: Richard Kenner Date: Sat, 6 Mar 1993 12:42:54 +0000 (-0500) Subject: (expand_call): Fix typo in unaligned code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a03f4b4f83f6aa9114f3315cf6372bdc5fda428;p=gcc.git (expand_call): Fix typo in unaligned code. From-SVN: r3668 --- diff --git a/gcc/calls.c b/gcc/calls.c index 1f69a63ee14..0ba935d5ba8 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -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