* disasm.c (dump_insns): Separate instructions from addresses.
authorDaniel Jacobowitz <drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000 (15:13 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 7 Jul 2003 15:13:17 +0000 (15:13 +0000)
gdb/ChangeLog
gdb/disasm.c

index c42797b47940d8625899b3629b55628e2e88369f..06b1918ce181e8ceb2b1c3066e403f917deccf87 100644 (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
index 553ca1cfc00097f415dc4908baf570ee7d05ad32..2c5e7c976424760d32eca9c66d2557c5609f70c9 100644 (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)
This page took 0.040805 seconds and 4 git commands to generate.