summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-21 09:07:03 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-21 09:07:03 +0100
commit9c19e9ec4df225ed9e75ba4c839d6da08e23dd4a (patch)
tree8cdc23cefe340dde1266cb8ab1e57785c5283990 /opcodes/i386-gen.c
parent6b7d3204b5afa5dd5301702c391ee45fdbb1cbc5 (diff)
downloadbinutils-gdb-9c19e9ec4df225ed9e75ba4c839d6da08e23dd4a.tar.gz
x86: rename CheckRegSize to CheckOperandSize
While originally indeed used for register size checking only, the attribute has been used for memory operand size checking as well already for quite a while, with more such uses recently having been added.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index f61631863c7..ac5277e0e9d 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -639,7 +639,7 @@ static bitfield opcode_modifiers[] =
BITFIELD (Jump),
BITFIELD (FloatMF),
BITFIELD (Size),
- BITFIELD (CheckRegSize),
+ BITFIELD (CheckOperandSize),
BITFIELD (OperandConstraint),
BITFIELD (MnemonicSize),
BITFIELD (No_bSuf),