aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/gencode.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-07-23 21:17:33 +0000
committerMichael Snyder <msnyder@vmware.com>2003-07-23 21:17:33 +0000
commit9e1d0fc1a1f904291ab6b1445a21530b3d2edbec (patch)
treed05a4b3fe02d772b7a035c111b5f4679a0967015 /sim/sh/gencode.c
parent15dee5d56138cdd48dc3f6b8c8e1d610b0131aa1 (diff)
downloadfsf-binutils-gdb-9e1d0fc1a1f904291ab6b1445a21530b3d2edbec.zip
fsf-binutils-gdb-9e1d0fc1a1f904291ab6b1445a21530b3d2edbec.tar.gz
fsf-binutils-gdb-9e1d0fc1a1f904291ab6b1445a21530b3d2edbec.tar.bz2
2003-06-27 Michael Snyder <msnyder@redhat.com>
* gencode.c (op movsxy_tab): Fix an error in the bit pattern.
Diffstat (limited to 'sim/sh/gencode.c')
-rw-r--r--sim/sh/gencode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/gencode.c b/sim/sh/gencode.c
index e5dee8f..e8e780f 100644
--- a/sim/sh/gencode.c
+++ b/sim/sh/gencode.c
@@ -1259,7 +1259,7 @@ op movsxy_tab[] =
"R[n] += ((R[n] & 0xffff) == MOD_ME) ? MOD_DELTA : 2;",
"iword &= 0xfd53; goto top;",
},
- { "n", "n8","movx.w <DSP_Aa>,@<REG_x>+REG_8","111100xxaa101000",
+ { "n", "n8","movx.w <DSP_Aa>,@<REG_x>+REG_8","111100xxaa101100",
"WWAT (R[n], DSP_R (m) >> 16);",
"R[n] += ((R[n] & 0xffff) == MOD_ME) ? MOD_DELTA : R[8];",
"iword &= 0xfd53; goto top;",