opcodes/
[external/binutils.git] / opcodes / mips-dis.c
index 03333bf..b7aa551 100644 (file)
@@ -1565,7 +1565,7 @@ print_mips16_insn_arg (struct disassemble_info *info,
             }
        }
 
-      print_insn_arg (info, state, opcode, operand, baseaddr, uval);
+      print_insn_arg (info, state, opcode, operand, baseaddr + 1, uval);
       break;
     }
 }