Commit a2f30f14 by Jim Wilson

(print_operand_address): For MULT, set ireg not breg.

From-SVN: r3744
parent d21a353d
......@@ -1512,7 +1512,7 @@ i960_print_operand_addr (file, addr)
}
else if (GET_CODE (addr) == MULT)
{
breg = XEXP (addr, 0);
ireg = XEXP (addr, 0);
scale = XEXP (addr, 1);
}
else
......
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