Commit 08595923 by Richard Stallman

(output_dbra): Fix argument number in addi at end.

From-SVN: r5948
parent f06533b5
......@@ -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";
}
}
......
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