aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r--gas/config/tc-ppc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c
index 4fe9f5a..96f165c 100644
--- a/gas/config/tc-ppc.c
+++ b/gas/config/tc-ppc.c
@@ -1544,10 +1544,7 @@ ppc_insert_operand (insn, operand, val, file, line)
}
if ((operand->flags & PPC_OPERAND_PLUS1) != 0)
- {
- max++;
- min++;
- }
+ max++;
if ((operand->flags & PPC_OPERAND_NEGATIVE) != 0)
test = - val;