aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index b63ad7c..295ae4c 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -733,6 +733,9 @@ enum
#define ATT_MNEMONIC 3
Dialect,
+ /* Mnemonic suffix permitted in Intel syntax. */
+ IntelSuffix,
+
/* ISA64: Don't change the order without other code adjustments.
0: Common to AMD64 and Intel64.
1: AMD64.
@@ -800,6 +803,7 @@ typedef struct i386_opcode_modifier
unsigned int disp8memshift:3;
unsigned int optimize:1;
unsigned int dialect:2;
+ unsigned int intelsuffix:1;
unsigned int isa64:2;
unsigned int noegpr:1;
unsigned int nf:1;