On 8/25/22 15:13, Paolo Bonzini wrote:
  static void gen_sse(CPUX86State *env, DisasContext *s, int b,
                      target_ulong pc_start)
  {
      int b1, op1_offset, op2_offset, is_xmm, val;
      int modrm, mod, rm, reg;
      struct SSEOpHelper_table1 sse_op;
+    struct SSEOpHelper_table6 op6;
+    struct SSEOpHelper_table7 op7;

Likewise wrt struct copies instead of pointers.

Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to