On 8/25/22 15:13, Paolo Bonzini wrote:
} else {
+ CHECK_NO_VEX(s);
if ((op6.flags & SSE_OPF_MMX) == 0) {
goto unknown_op;
}
Swap these, perhaps? Or drop the unknown/illegal distinction? Either way, Reviewed-by: Richard Henderson <[email protected]> r~
