On 9/7/23 19:21, Jiajie Chen wrote:
+static void tcg_out_qemu_ldst_i128(TCGContext *s, TCGReg data_lo, TCGReg data_hi, + TCGReg addr_reg, MemOpIdx oi, bool is_ld) +{ + TCGLabelQemuLdst *ldst; + HostAddress h; + + ldst = prepare_host_addr(s, &h, addr_reg, oi, true);
Final argument here should be is_ld. Since this is the only remaining error, I will fix while queuing. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~