diff options
Diffstat (limited to 'opcodes/opc2c.c')
-rw-r--r-- | opcodes/opc2c.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/opcodes/opc2c.c b/opcodes/opc2c.c index 8a2c7f3..1184599 100644 --- a/opcodes/opc2c.c +++ b/opcodes/opc2c.c @@ -577,14 +577,6 @@ main (int argc, char ** argv) VaryRef * vlist; int skipping_section = 0; - if (argc > 2 && strcmp (argv[1], "-l") == 0) - { - sim_log = fopen (argv[2], "w"); - fprintf (stderr, "sim_log: %s\n", argv[2]); - argc -= 2; - argv += 2; - } - if (argc < 2) { fprintf (stderr, "usage: opc2c infile.opc > outfile.opc\n"); @@ -802,6 +794,8 @@ main (int argc, char ** argv) store_opcode_bits (opcodes[i], 0, indirect); } + printf ("/* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */\n"); + dump_lines (&prefix_text, 0, 0); emit_indirect (indirect, 0); |