]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add MO_ALIGN to gen_llwp, gen_scwp
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 09:01:56 +0000 (10:01 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit3ec02c1f0f539ea117817484f4a352010edaf9e2
treeb31fe128d7a27c4cecf7e2a209ed53663748ab25
parent94901422840c2a33e7889fd87540e65bc9028283
target/mips: Add MO_ALIGN to gen_llwp, gen_scwp

These are atomic operations, so mark as requiring alignment.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/nanomips_translate.c.inc