aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/gencode.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-27 21:18:42 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-27 21:18:42 +0000
commit8dc30ef74a9ab946b5acd1f9b07e3b7361bf4e95 (patch)
treebb33fd6afcc2701911889cd15bc9eb01ea2a5c00 /sim/sh/gencode.c
parent4a5be7ba49d4b80bad695ffaca249995142caec6 (diff)
downloadfsf-binutils-gdb-8dc30ef74a9ab946b5acd1f9b07e3b7361bf4e95.zip
fsf-binutils-gdb-8dc30ef74a9ab946b5acd1f9b07e3b7361bf4e95.tar.gz
fsf-binutils-gdb-8dc30ef74a9ab946b5acd1f9b07e3b7361bf4e95.tar.bz2
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 167fdd1..3e72923 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....",