summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/opcode
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1998-11-01 01:38:14 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1998-11-01 01:38:14 +0000
commitfa9a8972c32c3773e28f316ba42a3646eff7c8ca (patch)
tree8d0404b4cdd5bbb3ffe625a799a7d21706ea5c61 /gnu/usr.bin/gas/opcode
parent98334214abd06620fa9245a8af45c92ee3ad5d1b (diff)
mvme88k changes. Fixed killer bug in xcr instruction.
Diffstat (limited to 'gnu/usr.bin/gas/opcode')
-rw-r--r--gnu/usr.bin/gas/opcode/m88k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/opcode/m88k.h b/gnu/usr.bin/gas/opcode/m88k.h
index 8eede94cd6e..ff04e89450b 100644
--- a/gnu/usr.bin/gas/opcode/m88k.h
+++ b/gnu/usr.bin/gas/opcode/m88k.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: m88k.h,v 1.3 1998/02/15 18:50:05 niklas Exp $ */
+/* $OpenBSD: m88k.h,v 1.4 1998/11/01 01:38:13 smurph Exp $ */
/* m88k-opcode.h -- Instruction information for the Motorola 88000
Contributed by Devon Bowen of Buffalo University
@@ -261,7 +261,7 @@ static struct m88k_opcode m88k_opcodes[] =
_MC88xxx(0xf000e800, "tcnd", "M,1,V")
_MC88xxx(0x84005880, "trnc.sd", "d,2")
_MC88xxx(0x84005800, "trnc.ss", "d,2")
- _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")