(profile_print_addr_range): Pretty up output a little.
authorDoug Evans <dje@google.com>
Sat, 5 Dec 1998 08:47:32 +0000 (08:47 +0000)
committerDoug Evans <dje@google.com>
Sat, 5 Dec 1998 08:47:32 +0000 (08:47 +0000)
sim/common/sim-profile.c

index 5a9805ba5dd1898c3b2f10728cdb73611085057a..dff375bae848ba6f6b612fe3090237034685a8d1 100644 (file)
@@ -906,10 +906,10 @@ profile_print_addr_ranges (sim_cpu *cpu)
 
   if (asr)
     {
-      sim_io_printf (sd, "Selected address ranges:\n");
+      sim_io_printf (sd, "Selected address ranges:\n\n");
       while (asr != NULL)
        {
-         sim_io_printf (sd, "0x%lx - 0x%lx\n",
+         sim_io_printf (sd, "  0x%lx - 0x%lx\n",
                         (long) asr->start, (long) asr->end);
          asr = asr->next;
        }
This page took 0.025224 seconds and 4 git commands to generate.