diff options
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 5a5fc11..bed1c38 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -234,8 +234,6 @@ static initializer operand_type_init[] = "Imm32|Imm32S|Imm64|Disp32" }, { "OPERAND_TYPE_IMM32_32S_64_DISP32_64", "Imm32|Imm32S|Imm64|Disp32|Disp64" }, - { "OPERAND_TYPE_VEX_IMM4", - "VEX_Imm4" }, }; typedef struct bitfield @@ -396,7 +394,6 @@ static bitfield operand_types[] = BITFIELD (Ymmword), BITFIELD (Unspecified), BITFIELD (Anysize), - BITFIELD (Vex_Imm4), #ifdef OTUnused BITFIELD (OTUnused), #endif |