|
From: | Richard Henderson |
Subject: | Re: [PATCH] tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct |
Date: | Tue, 23 Jan 2024 13:31:38 +1000 |
User-agent: | Mozilla Thunderbird |
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 <caseorum@gmail.com> --- tcg/arm/tcg-target.c.inc | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |