* config/tc-v850.c (md_assemble): Don't forget to initialize
[deliverable/binutils-gdb.git] / gas / config / tc-v850.c
index e59011e5ecfdc247f5d71c47624e4b1ebfbbef6a..68b1ceaee632df329d02e8930db528f025a5915c 100644 (file)
@@ -466,6 +466,7 @@ md_assemble (str)
       fc = 0;
       match = 0;
       next_opindex = 0;
+      insn = opcode->opcode;
       for (opindex_ptr = opcode->operands; *opindex_ptr != 0; opindex_ptr++)
        {
          const struct v850_operand *operand;
This page took 0.023252 seconds and 4 git commands to generate.