This commit is contained in:
Michael Meissner 1998-05-07 11:48:27 +00:00
parent defc70bf2b
commit b70d53742c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu May 7 07:47:14 1998 Michael Meissner <meissner@cygnus.com>
* cgen.c (cgen_asm_finish_insn): Fix typo.
Thu May 7 02:19:14 1998 Doug Evans <devans@charmed.cygnus.com>
* cgen.h: New file.

View file

@ -333,7 +333,7 @@ cgen_asm_finish_insn (insn, buf, length, relax_p, result)
cgen_insn_t * buf;
unsigned int length;
int relax_p;
finished_insn * result;
finished_insnS * result;
{
int i;
int relax_operand;