(expand_call): Fix typo in unaligned code.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 6 Mar 1993 12:42:54 +0000 (07:42 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 6 Mar 1993 12:42:54 +0000 (07:42 -0500)
From-SVN: r3668

gcc/calls.c

index 1f69a63ee14423407fd18f4c79ad7fbf6a92f797..0ba935d5ba85d119442e94521dd23d80334651e3 100644 (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