PR binutils/13925
[deliverable/binutils-gdb.git] / opcodes / avr-dis.c
index 85d7ab3fec61fdc71526c3a6b7fd11bcb1febf41..b895ad53fffb22628b324adb69001dd7f9f6f1b3 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;
             }
         }
This page took 0.023203 seconds and 4 git commands to generate.