diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/cgen.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 22b3e60..ef1cf22 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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; |