]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Add missing default_tcg_memop_mask
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 May 2023 09:22:23 +0000 (10:22 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit0d5bede4680c88a02213c3cc13dd7a74453a71b5
tree8c898760cfc1dda2a743380c13b0272be29cfe4e
parent3ec02c1f0f539ea117817484f4a352010edaf9e2
target/mips: Add missing default_tcg_memop_mask

Memory operations that are not already aligned, or otherwise
marked up, require addition of ctx->default_tcg_memop_mask.

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