* disasm.c (dump_insns): Separate instructions from addresses.

This commit is contained in:
Daniel Jacobowitz 2003-07-07 15:13:17 +00:00
parent 8de307e0c2
commit 13adf674f8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-07 Daniel Jacobowitz <drow@mvista.com>
* disasm.c (dump_insns): Separate instructions from addresses.
2003-07-07 Andreas Schwab <schwab@suse.de>
* Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update

View File

@ -123,6 +123,9 @@ dump_insns (struct ui_out *uiout, disassemble_info * di,
ui_out_field_int (uiout, "offset", offset);
ui_out_text (uiout, ">:\t");
}
else
ui_out_text (uiout, ":\t");
if (filename != NULL)
xfree (filename);
if (name != NULL)