aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
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-opc.h
parent3ed12f02a20a487ce46b463746c52c2905e16c03 (diff)
downloadgdb-c48dadc9a87f4fc3408987fc4dbd312bed50da9c.zip
gdb-c48dadc9a87f4fc3408987fc4dbd312bed50da9c.tar.gz
gdb-c48dadc9a87f4fc3408987fc4dbd312bed50da9c.tar.bz2
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-opc.h')
-rw-r--r--opcodes/i386-opc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index ace3d99..202804e 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -819,7 +819,6 @@ typedef union i386_operand_type
unsigned int jumpabsolute:1;
unsigned int esseg:1;
unsigned int regmem:1;
- unsigned int mem:1;
unsigned int byte:1;
unsigned int word:1;
unsigned int dword:1;