From dbf7e45f1666606592c02640d47f902fce5fc7bd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 3 Nov 1995 04:07:21 +0000 Subject: * m68k-opc.c: Use #W rather than #w. * m68k-dis.c (print_insn_arg): Handle new 'W' place. --- opcodes/m68k-opc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/m68k-opc.c') diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 2265c3e..707d6af 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -1202,7 +1202,7 @@ const struct m68k_opcode m68k_opcodes[] = {"linkw", one(0047120), one(0177770), "As#w", m68000up }, {"linkl", one(0044010), one(0177770), "As#l", m68020up | cpu32 }, -{"link", one(0047120), one(0177770), "As#w", m68000up }, +{"link", one(0047120), one(0177770), "As#W", m68000up }, {"link", one(0044010), one(0177770), "As#l", m68020up | cpu32 }, {"lslb", one(0160410), one(0170770), "QdDs", m68000up }, -- cgit v1.1