Commit 9e1aa14d authored by law's avatar law
Browse files

* gencodes.c (main): Define CODE_FOR_nothing as the last possible

        insn_code_number + 1.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35473 138bc75d-0d04-0410-961f-82ee72b054a4
parent cb10db9d
2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
* gencodes.c (main): Define CODE_FOR_nothing as the last possible
insn_code_number + 1.
2000-08-04 Kazu Hirata <kazu@hxi.com>
* cse.c: Fix a comment typo. Fix formatting.
......
......@@ -84,7 +84,7 @@ from the machine description file `md'. */\n\n");
gen_insn (desc);
}
printf (" CODE_FOR_nothing };\n");
printf (" CODE_FOR_nothing = %d };\n", insn_code_number + 1);
printf ("\n#define MAX_INSN_CODE ((int) CODE_FOR_nothing)\n");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment