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

From-SVN: r3744
This commit is contained in:
Jim Wilson 1993-03-15 11:42:23 -08:00
parent d21a353d96
commit a2f30f1405
1 changed files with 1 additions and 1 deletions

View File

@ -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