]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct
authorJoseph Burt <caseorum@gmail.com>
Sun, 21 Jan 2024 21:14:39 +0000 (21:14 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 25 Jan 2024 16:14:05 +0000 (19:14 +0300)
commitc173670033940211980fb78653f777fa1307d2a6
tree0e3935a9c05cfe038caa8d028fb54a99cd788e48
parent76a9da39d4ed0dde804cb67822dff72703ae6f74
tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct

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>
Message-Id: <20240121211439.100829-1-caseorum@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 9f6523e8e4689cafdbed7c10b7cf7c775b5a607b)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tcg/arm/tcg-target.c.inc