Add translations
[deliverable/binutils-gdb.git] / opcodes / tic54x-dis.c
index 1db79e8fed1d59254d7e1d65b94b6d468d31ebfa..75bebf3c0b03174e755897e0f36aa320bbef9d7d 100644 (file)
@@ -197,7 +197,8 @@ print_instruction (info, memaddr, opcode, tm_name, tm_operands, size, ext)
   /* string storage for multiple operands */
   char operand[4][64] = { {0},{0},{0},{0}, };
   bfd_byte buf[2];
-  unsigned long opcode2, lkaddr;
+  unsigned long opcode2 = 0;
+  unsigned long lkaddr = 0;
   enum optype src = OP_None;
   enum optype dst = OP_None;
   int i, shift;
This page took 0.022914 seconds and 4 git commands to generate.