From: Jim Wilson Date: Mon, 15 Mar 1993 19:42:23 +0000 (-0800) Subject: (print_operand_address): For MULT, set ireg not breg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2f30f14056cfcbc324e3b6eedd8536b35003797;p=gcc.git (print_operand_address): For MULT, set ireg not breg. From-SVN: r3744 --- diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c index 459a87a34ed..f98f1a7646f 100644 --- a/gcc/config/i960/i960.c +++ b/gcc/config/i960/i960.c @@ -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