]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jun 2023 13:23:14 +0000 (15:23 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commit2be6a48673afb3a15ad7a611d5562256707fdc46
tree746f4122295b76d6edf914cb7bde2e6080d461fd
parent8a2bd747877ac269d3ae06dc14029f479582acfd
accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN

Otherwise we hit the default assert not reached.
Handle it as MO_ATOM_NONE, because of size and misalignment.
We already handle this correctly in do_ld16_beN.

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