summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/opcode
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1996-05-03 09:33:49 +0000
committerpk <pk@NetBSD.org>1996-05-03 09:33:49 +0000
commitf685c6dd5d147bde9f475b21b21073edd9be7c4e (patch)
tree50a5d07c2dcda7d53dfad2f7a44a067fe8508fec /gnu/usr.bin/gas/opcode
parent92f6aca2ec170dd1299e8d1d7f520a9e3d370243 (diff)
Extend memory class of the `mov' instruction (PR#2370).
Diffstat (limited to 'gnu/usr.bin/gas/opcode')
-rw-r--r--gnu/usr.bin/gas/opcode/i386.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/opcode/i386.h b/gnu/usr.bin/gas/opcode/i386.h
index 240dfe2b220..a9ba5072091 100644
--- a/gnu/usr.bin/gas/opcode/i386.h
+++ b/gnu/usr.bin/gas/opcode/i386.h
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $Id: i386.h,v 1.3 1995/02/05 12:57:30 mycroft Exp $ */
+/* $Id: i386.h,v 1.4 1996/05/03 09:33:49 pk Exp $ */
static const template i386_optab[] = {
@@ -27,7 +27,7 @@ static const template i386_optab[] = {
{ "mov", 2, 0x88, _, DW|Modrm, Reg, Reg|Mem, 0 },
{ "mov", 2, 0xb0, _, ShortFormW, Imm, Reg, 0 },
{ "mov", 2, 0xc6, _, W|Modrm, Imm, Reg|Mem, 0 },
-{ "mov", 2, 0x8c, _, D|Modrm, SReg3|SReg2, Reg16|Mem16, 0 },
+{ "mov", 2, 0x8c, _, D|Modrm, SReg3|SReg2, Reg16|Mem, 0 },
/* move to/from control debug registers */
{ "mov", 2, 0x0f20, _, D|Modrm, Control, Reg32, 0},
{ "mov", 2, 0x0f21, _, D|Modrm, Debug, Reg32, 0},