diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-08-03 09:30:02 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-08-03 09:30:02 +0200 |
commit | c48dadc9a87f4fc3408987fc4dbd312bed50da9c (patch) | |
tree | abac271e381eddbc6174d2d5c8301df01bf09c29 /opcodes/i386-gen.c | |
parent | 3ed12f02a20a487ce46b463746c52c2905e16c03 (diff) | |
download | gdb-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-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 3cbab34..28bf926 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), |