On 9/23/21 12:59 PM, WANG Xuerui wrote:
+    if (USE_GUEST_BASE) {
+        tcg_out_opc_add_d(s, base, TCG_GUEST_BASE_REG, addr_regl);
+    } else {
+        base = addr_regl;
+    }
+    tcg_out_qemu_ld_direct(s, data_regl, base, opc, type);
+#endif
+}

My last messages against v3 came too late:
Missing zero-extend of addr_regl for TARGET_LONG_BITS == 32.


r~

Reply via email to