diff options
author | Joseph Burt <caseorum@gmail.com> | 2024-01-21 21:14:39 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-01-25 19:13:41 +0300 |
commit | 6f6492ab070f10843c881690cacc3bf2e051f9e5 (patch) | |
tree | 114b84e79609081eb428fb30ec991ff3524d6e61 /ui/input-linux.c | |
parent | 1e0f028de71dc6aea7103b40281d32f4f0ebbbb9 (diff) | |
download | qemu-6f6492ab070f10843c881690cacc3bf2e051f9e5.zip qemu-6f6492ab070f10843c881690cacc3bf2e051f9e5.tar.gz qemu-6f6492ab070f10843c881690cacc3bf2e051f9e5.tar.bz2 |
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>
Diffstat (limited to 'ui/input-linux.c')
0 files changed, 0 insertions, 0 deletions