On 1/22/24 07:14, Joseph Burt wrote:
When tcg_out_qemu_st_{index,direct} were merged, the direct case for MO_64 was omitted, causing qemu_st_i64 to be encoded as 0xffffffff due to underflow when adding h.base and h.index.Fixes: 1df6d611bdc2("tcg/arm: Introduce HostAddress") Signed-off-by: Joseph Burt <caseo...@gmail.com> --- tcg/arm/tcg-target.c.inc | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~