diff --git a/src/FormatterATT.c b/src/FormatterATT.c index 462ba449..5c37470b 100644 --- a/src/FormatterATT.c +++ b/src/FormatterATT.c @@ -302,8 +302,7 @@ ZyanStatus ZydisFormatterATTPrintMnemonic(const ZydisFormatter* formatter, { const ZydisDecodedOperand* const operand = &context->operands[i]; if ((operand->type == ZYDIS_OPERAND_TYPE_MEMORY) && - ((operand->mem.type == ZYDIS_MEMOP_TYPE_MEM) || - (operand->mem.type == ZYDIS_MEMOP_TYPE_VSIB))) + (operand->mem.type == ZYDIS_MEMOP_TYPE_MEM)) { size = ZydisFormatterHelperGetExplicitSize(formatter, context, operand); break;