ARC: Use of uninitialised value
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc.c
index 4823de46205c865d2a5e93668697430736d03274..9080716ca9f63e993fc7d9a3de7b11106c183874 100644 (file)
@@ -5109,7 +5109,7 @@ verify_constraints (const struct aarch64_inst *inst,
            }
        }
 
-done:
+    done:
       /* Add the new instruction to the sequence.  */
       memcpy (insn_sequence->current_insns + insn_sequence->next_insn++,
              inst, sizeof (aarch64_inst));
This page took 0.023883 seconds and 4 git commands to generate.