summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-08-03 09:30:02 +0200
committerJan Beulich <jbeulich@suse.com>2018-08-03 09:30:02 +0200
commitc48dadc9a87f4fc3408987fc4dbd312bed50da9c (patch)
treeabac271e381eddbc6174d2d5c8301df01bf09c29 /opcodes/i386-gen.c
parent3ed12f02a20a487ce46b463746c52c2905e16c03 (diff)
downloadbinutils-gdb-c48dadc9a87f4fc3408987fc4dbd312bed50da9c.tar.gz
x86: drop "mem" operand type attribute
No template specifies this bit, so there's no point recording it in the templates. Use a flags[] bit instead.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 3cbab3445bd..28bf92674f4 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -685,7 +685,6 @@ static bitfield operand_types[] =
BITFIELD (JumpAbsolute),
BITFIELD (EsSeg),
BITFIELD (RegMem),
- BITFIELD (Mem),
BITFIELD (Byte),
BITFIELD (Word),
BITFIELD (Dword),