(output_dbra): Fix argument number in addi at end.
authorRichard Stallman <rms@gnu.org>
Sat, 30 Oct 1993 20:33:33 +0000 (20:33 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 30 Oct 1993 20:33:33 +0000 (20:33 +0000)
From-SVN: r5948

gcc/config/pa/pa.c

index e4ca7b7..baddeb1 100644 (file)
@@ -3671,7 +3671,7 @@ output_dbra (operands, insn, which_alternative)
       if (get_attr_length (insn) == 12)
        return "addib,%C2 %1,%4,%3\n\tstw %4,%0";
       else
-       return "addi,%N2 %1,%4,%0\n\tbl %3,0\n\tstw %4,%0";
+       return "addi,%N2 %1,%4,%4\n\tbl %3,0\n\tstw %4,%0";
     }
 }