diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index d1a6a45..ccc774a 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -407,6 +407,8 @@ enum IsString, /* quick test if branch instruction is MPX supported */ BNDPrefixOk, + /* quick test if NOTRACK prefix is supported */ + NoTrackPrefixOk, /* quick test for lockable instructions */ IsLockable, /* fake an extra reg operand for clr, imul and special register @@ -622,6 +624,7 @@ typedef struct i386_opcode_modifier unsigned int fwait:1; unsigned int isstring:1; unsigned int bndprefixok:1; + unsigned int notrackprefixok:1; unsigned int islockable:1; unsigned int regkludge:1; unsigned int firstxmm0:1; |