On 15/06/2022 11:28, Jan Beulich wrote:
> --- a/xen/arch/x86/x86_emulate/decode.c
> +++ b/xen/arch/x86/x86_emulate/decode.c
> @@ -585,7 +585,7 @@ static unsigned int decode_disp8scale(en
>          break;
>  
>      case d8s_dq64:
> -        return 2 + (s->op_bytes == 8);
> +        return 1 + !s->fp16 + (s->op_bytes == 8);
>      }

This hunk looks like it wants to be in a previous patch?

~Andrew

Reply via email to