* gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 and
[deliverable/binutils-gdb.git] / sim / igen / gen.c
index 7c24b46813f690691c8ca262e528bec15b9acda6..156c929a0521edda68cfe1bc57a7be4f08cdb80d 100644 (file)
@@ -1025,9 +1025,9 @@ gen_entry_expand_opcode (gen_entry *table,
                            }
                          case insn_field_cond_field:
                            {
-                             int value;
+                             int value = -1;
                              opcode_bits *bit;
-                             gen_entry *t;
+                             gen_entry *t = NULL;
                              /* Try to find a value for the
                                  conditional by looking back through
                                  the previously defined bits for one
This page took 0.023942 seconds and 4 git commands to generate.