From a2f30f14056cfcbc324e3b6eedd8536b35003797 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 15 Mar 1993 11:42:23 -0800 Subject: [PATCH] (print_operand_address): For MULT, set ireg not breg. From-SVN: r3744 --- gcc/config/i960/i960.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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