diff options
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 3137a67..1b1da67 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -252,8 +252,6 @@ enum FirstXmm0, /* An implicit xmm0 as the first operand */ Implicit1stXmm0, - /* BYTE is OK in Intel syntax. */ - ByteOkIntel, /* Convert to DWORD */ ToDword, /* Convert to QWORD */ @@ -366,7 +364,6 @@ typedef struct i386_opcode_modifier unsigned int regkludge:1; unsigned int firstxmm0:1; unsigned int implicit1stxmm0:1; - unsigned int byteokintel:1; unsigned int todword:1; unsigned int toqword:1; unsigned int addrprefixop0:1; |