tcg/arm: Support unaligned access for softmmu
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Aug 2021 04:19:14 +0000 (18:19 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 8 Feb 2022 21:55:02 +0000 (08:55 +1100)
commit8821ec2323dd8793d840fd455c5e20e144bddc9b
tree546e48672268663d5c1501f8edefc29fe27c07f0
parent367d43d85b8a0f6262125ccbad8720d02416265e
tcg/arm: Support unaligned access for softmmu

From armv6, the architecture supports unaligned accesses.
All we need to do is perform the correct alignment check
in tcg_out_tlb_read.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc