Fix typo
This commit is contained in:
parent
defc70bf2b
commit
b70d53742c
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue