Fix compile time warnings generated by gcc 4.0
[deliverable/binutils-gdb.git] / opcodes / ia64-opc.c
index fc90213a6b545fcce3476cdd3800396fcbe8203e..f76aa7fb8bd64ec9e07028f39772e4a8238cbc00 100644 (file)
@@ -365,7 +365,7 @@ locate_opcode_ent (ia64_insn opcode, enum ia64_insn_type type)
       unsigned int op;
       int currbitnum = bitpos[currstatenum];
       int oplen;
-      int opval[3];
+      int opval[3] = {0};
       int next_op;
       int currbit;
 
This page took 0.026331 seconds and 4 git commands to generate.