On 10/23/22 22:41, LIU Zhiwei wrote:
      if (TCG_TARGET_REG_BITS > TARGET_LONG_BITS) {
-        tcg_out_ext32u(s, base, addr_regl);
-        addr_regl = base;
+        tcg_out_ext32u(s, addr_regl, addr_regl);
      }

Incorrect.  You may not modify input registers.


r~

Reply via email to