diff options
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r-- | gas/config/tc-ppc.c | 5 |
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; |