fixed compilation error under AVX

This commit is contained in:
Stanislav Shwartsman 2013-11-20 17:33:57 +00:00
parent acbf278346
commit b553591bb4

View File

@ -2055,7 +2055,6 @@ Bit16u BX_CPU_C::WalkOpcodeTables(const BxOpcodeInfo_t *OpcodeInfoPtr, Bit16u &a
#if BX_SUPPORT_AVX
else if (attr & BxAliasVexW) {
// VexW alias could come with BxPrefixSSE
BX_ASSERT(had_vex_xop);
alias = vex_w;
}
#endif