diff options
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index d3ca2a3..fe6ceaf 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -289,6 +289,9 @@ static bitfield opcode_modifiers[] = BITFIELD (Drex), BITFIELD (Drexv), BITFIELD (Drexc), + BITFIELD (OldGcc), + BITFIELD (ATTMnemonic), + BITFIELD (IntelMnemonic), }; static bitfield operand_types[] = |