add missing file for previous patch
[external/binutils.git] / opcodes / avr-dis.c
index 85d7ab3..b895ad5 100644 (file)
@@ -125,7 +125,8 @@ avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constra
         {
           if (*s == '+')
             {
-       *buf++ = '+';
+             if (insn & (1 << (15 - (s - opcode_str))))
+               *buf++ = '+';
               break;
             }
         }