diff options
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/mips-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3eca762..6ac5498 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Chris Demetriou <cgd@broadcom.com> + + * mips-dis.c (print_insn_mips): Remove spaces at end of line. + 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com> * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr". diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index feb9d94..13eb728 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -457,7 +457,7 @@ print_insn_mips (memaddr, word, info) info->display_endian = info->endian; info->insn_info_valid = 1; info->branch_delay_insns = 0; - info->data_size = 0; + info->data_size = 0; info->insn_type = dis_nonbranch; info->target = 0; info->target2 = 0; |