]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/arm: Check alignment for ldrd and strd
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 Jan 2022 05:26:17 +0000 (21:26 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 8 Feb 2022 21:55:02 +0000 (08:55 +1100)
commit367d43d85b8a0f6262125ccbad8720d02416265e
treeb2eeaae56d9be741f73b9742a962f10e7afe6df9
parentbde2cdb59bcd3b0965a80597e72c835fcf5ef7f4
tcg/arm: Check alignment for ldrd and strd

We will shortly allow the use of unaligned memory accesses,
and these require proper alignment.  Use get_alignment_bits
to verify and remove USING_SOFTMMU.

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