* osdata.c (info_osdata_command): Filter out "Title" columns
[deliverable/binutils-gdb.git] / opcodes / s390-mkopc.c
index d4cf3c999d8cde6be895168c5dacff36db319333..b3f13ab5368590a559b705a4814bf8e951122d1b 100644 (file)
@@ -393,7 +393,10 @@ main (void)
          insertExpandedMnemonic (opcode, mnemonic, format, min_cpu, mode_bits);
        }
       else
-        fprintf (stderr, "Couldn't scan line %s\n", currentLine);
+       {
+         fprintf (stderr, "Couldn't scan line %s\n", currentLine);
+         exit (1);
+       }
     }
 
   dumpTable ();
This page took 0.025755 seconds and 4 git commands to generate.