2003-06-27 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 27 Jun 2003 21:18:42 +0000 (21:18 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 27 Jun 2003 21:18:42 +0000 (21:18 +0000)
* gencode.c (op tab): Move misplaced semicolon.

sim/sh/ChangeLog
sim/sh/gencode.c

index 007bf466e7f570800ac12b192adfeb519e21d066..754c870d2dc2372d39ddbb088af52960e7981e38 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-27  Michael Snyder  <msnyder@redhat.com>
+
+       * gencode.c (op tab): Move misplaced semicolon.
+
 2003-02-27  Andrew Cagney  <cagney@redhat.com>
 
        * interp.c (init_dsp, sim_open, sim_create_inferior): Rename _bfd
index 167fdd1ffda3cfbd19274bed5c840729e15470d4..3e729234dedfca14d06eeb8ca505411246241944 100644 (file)
@@ -694,8 +694,8 @@ op tab[] =
   },
 
   { "0", "", "mov.w @(<disp>,GBR),R0", "11000101i8*2....",
-    "MA (1)",
-    ";R0 = RSWAT (i + GBR);",
+    "MA (1);",
+    "R0 = RSWAT (i + GBR);",
     "L (0);",
   },
   { "n", "", "mov.w @(<disp>,PC),<REG_N>", "1001nnnni8p2....",