On Fri, 10 Apr 2020 10:22:30 +0900
Masami Hiramatsu <[email protected]> wrote:

> @@ -318,10 +331,14 @@ function convert_operands(count,opnd,       i,j,imm,mod)
>               if (match(opcode, rex_expr))
>                       flags = add_flags(flags, 
> "INAT_MAKE_PREFIX(INAT_PFX_REX)")
>  
> -             # check coprocessor escape : TODO
> -             if (match(opcode, fpu_expr))
> +             # x87 escape opcode needs MODRM
> +             if (match(ext, x87_expr))

Oops, it must be match(opcode, x87_expr). I'll fix it.

Thanks,

-- 
Masami Hiramatsu <[email protected]>
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to