Fix compile time warnings building the binutils with gcc 7.1.1.
[deliverable/binutils-gdb.git] / gas / config / tc-v850.c
index 7b5347480ad867d88c09924a3908e0e69c9a7c1c..dd7b54ad28f7b5179cd7944c80cdc92bb0b8a866 100644 (file)
@@ -2298,7 +2298,7 @@ md_assemble (char *str)
   const unsigned char *opindex_ptr;
   int next_opindex;
   int relaxable = 0;
-  unsigned long insn;
+  unsigned long insn = 0;
   unsigned long insn_size;
   char *f = NULL;
   int i;
@@ -3065,7 +3065,6 @@ md_assemble (char *str)
   dwarf2_emit_insn (0);
 
   /* Write out the instruction.  */
-
   if (relaxable && fc > 0)
     {
       insn_size = 2;
This page took 0.023333 seconds and 4 git commands to generate.