aboutsummaryrefslogtreecommitdiff
path: root/tcg/mips/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-11-04 14:23:49 -0800
committerRichard Henderson <richard.henderson@linaro.org>2021-01-07 05:09:42 -1000
commitdf5af1306a6189d1829b7b10f0e941c4afc294a4 (patch)
tree19ed403d12840aa08272b7bff1aff3ec31c73ae3 /tcg/mips/tcg-target.h
parent91a7fd1fb613460d95c51462fe27205996a9a0aa (diff)
downloadqemu-df5af1306a6189d1829b7b10f0e941c4afc294a4.zip
qemu-df5af1306a6189d1829b7b10f0e941c4afc294a4.tar.gz
qemu-df5af1306a6189d1829b7b10f0e941c4afc294a4.tar.bz2
tcg/mips: Support split-wx code generation
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/mips/tcg-target.h')
-rw-r--r--tcg/mips/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h
index fbfe775..ed5c347 100644
--- a/tcg/mips/tcg-target.h
+++ b/tcg/mips/tcg-target.h
@@ -201,7 +201,7 @@ extern bool use_mips32r2_instructions;
#define TCG_TARGET_DEFAULT_MO (0)
#define TCG_TARGET_HAS_MEMORY_BSWAP 1
-#define TCG_TARGET_SUPPORT_MIRROR 0
+#define TCG_TARGET_SUPPORT_MIRROR 1
void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);