2003-06-04 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 4 Jun 2003 18:28:21 +0000 (18:28 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 4 Jun 2003 18:28:21 +0000 (18:28 +0000)
* compile.c (sim_info): Fix typo in output.

sim/h8300/ChangeLog
sim/h8300/compile.c

index 34577d8..b5a2cf8 100644 (file)
@@ -1,8 +1,12 @@
+2003-06-04  Michael Snyder  <msnyder@redhat.com>
+
+       * compile.c (sim_info): Fix typo in output.
+
 2003-06-03  Michael Snyder  <msnyder@redhat.com>
 
-       * h8300/compile.c: Add h8300sx insns and addressing modes.
-       * h8300/sim-main.h: Replaces h8300/inst.h.
-       * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
+       * compile.c: Add h8300sx insns and addressing modes.
+       * sim-main.h: Replaces h8300/inst.h.
+       * Makefile.in: Tweak to bring in some sim/common stuff.
 
 2003-04-13  Michael Snyder  <msnyder@redhat.com>
 
index a21cd65..33a28f5 100644 (file)
@@ -4715,7 +4715,7 @@ sim_info (SIM_DESC sd, int verbose)
                                    "#real time taken        %10.4f\n",
                                    timetaken);
   (*sim_callback->printf_filtered) (sim_callback,
-                                   "#virtual time taked     %10.4f\n",
+                                   "#virtual time taken     %10.4f\n",
                                    virttime);
   if (timetaken != 0.0)
     (*sim_callback->printf_filtered) (sim_callback,