Make the objfile destructor private
[deliverable/binutils-gdb.git] / opcodes / tic30-dis.c
index a28be8307f8190c596bf3913cfc625d53401d2e2..29948f40196f029dccc62e2668a4718f01d06023 100644 (file)
@@ -607,7 +607,7 @@ print_branch (disassemble_info *info,
              unsigned long insn_word,
              struct instruction *insn)
 {
-  char operand[2][13] =
+  char operand[2][OPERAND_BUFFER_LEN] =
   {
     {0},
     {0}
This page took 0.023382 seconds and 4 git commands to generate.