This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obvious] typo in sim/h8300/compile.c


;-)


2003-06-04  Michael Snyder  <msnyder@redhat.com>

        * compile.c (sim_info): Fix typo in output.

Index: compile.c
===================================================================
RCS file: /cvs/src/src/sim/h8300/compile.c,v
retrieving revision 1.27
diff -p -r1.27 compile.c
*** compile.c   3 Jun 2003 21:38:26 -0000       1.27
--- compile.c   4 Jun 2003 18:26:38 -0000
*************** sim_info (SIM_DESC sd, int verbose)
*** 4715,4721 ****
                                    "#real time taken        %10.4f\n",
                                    timetaken);
    (*sim_callback->printf_filtered) (sim_callback,
!                                   "#virtual time taked     %10.4f\n",
                                    virttime);
    if (timetaken != 0.0)
      (*sim_callback->printf_filtered) (sim_callback,
--- 4715,4721 ----
                                    "#real time taken        %10.4f\n",
                                    timetaken);
    (*sim_callback->printf_filtered) (sim_callback,
!                                   "#virtual time taken     %10.4f\n",
                                    virttime);
    if (timetaken != 0.0)
      (*sim_callback->printf_filtered) (sim_callback,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]