summaryrefslogtreecommitdiff
path: root/sim/sh/gencode.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2003-06-27 21:18:42 +0000
committerMichael Snyder <msnyder@specifix.com>2003-06-27 21:18:42 +0000
commit451dd3f15644f2303de6a8f6471949bb8f0fde2b (patch)
tree8029033080743c7a044ea8c3fabae2e17ccb94d8 /sim/sh/gencode.c
parent05b4cc04e6d08faa1d5b996fcab8f09609776bf5 (diff)
downloadgdb-451dd3f15644f2303de6a8f6471949bb8f0fde2b.tar.gz
2003-06-27 Michael Snyder <msnyder@redhat.com>
* gencode.c (op tab): Move misplaced semicolon.
Diffstat (limited to 'sim/sh/gencode.c')
-rw-r--r--sim/sh/gencode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c
index 167fdd1ffda..3e729234ded 100644
--- a/sim/sh/gencode.c
+++ b/sim/sh/gencode.c
@@ -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....",