aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-20 21:56:23 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-20 21:56:23 +0000
commit17145ba27a7614dd02d046416d88f7b183276e8b (patch)
tree4727bbb1fce3189b372590bfc0a7e4d1608b6fb6 /gas
parent089dc22027dca5ed061c7f371a1a1e9c349ef0a1 (diff)
downloadgdb-17145ba27a7614dd02d046416d88f7b183276e8b.zip
gdb-17145ba27a7614dd02d046416d88f7b183276e8b.tar.gz
gdb-17145ba27a7614dd02d046416d88f7b183276e8b.tar.bz2
Sun Jun 20 02:34:04 1993 Ashley Saulsbury (ans@sics.se)
* m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly specified, should have both S1 and S2 fields identical If only finding the problem was as fast as fixing the bug !!!!
Diffstat (limited to 'gas')
-rw-r--r--gas/config/m88k-opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/m88k-opcode.h b/gas/config/m88k-opcode.h
index 3513d45..d326c55 100644
--- a/gas/config/m88k-opcode.h
+++ b/gas/config/m88k-opcode.h
@@ -533,7 +533,7 @@ static struct m88k_opcode m88k_opcodes[] =
_MC88xxx (0x84005800, "trnc.ss", "d,2")
_MC88110 (0x8400d800, "trnc.ss", "d,x2")
_MC88110 (0x8400d900, "trnc.sx", "d,x2")
- _MC88xxx (0x8000c000, "xcr", "d,1,c")
+ _MC88xxx (0x8000c000, "xcr", "d,3,c")
_MC88xxx (0xf4000600, "xmem", "d,1[2]")
_MC88xxx (0xf4000400, "xmem", "d,1,2")
_MC88100 (0x04000000, "xmem", "?d,1,I")