summaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2020-11-04 19:17:46 +0100
committerRichard Henderson2021-01-07 16:09:42 +0100
commitd54401dfeffd1792761162bfed580b0af984c3cc (patch)
treed743f4af24d0b3695c40f4301a260860d4848a74 /tcg/ppc/tcg-target.h
parenttcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB (diff)
downloadqemu-d54401dfeffd1792761162bfed580b0af984c3cc.tar.gz
qemu-d54401dfeffd1792761162bfed580b0af984c3cc.tar.xz
qemu-d54401dfeffd1792761162bfed580b0af984c3cc.zip
tcg/ppc: Support split-wx code generation
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index ba61a31b3e..ec51f474a7 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -185,6 +185,6 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
#define TCG_TARGET_NEED_LDST_LABELS
#endif
#define TCG_TARGET_NEED_POOL_LABELS
-#define TCG_TARGET_SUPPORT_MIRROR 0
+#define TCG_TARGET_SUPPORT_MIRROR 1
#endif