summaryrefslogtreecommitdiffstats
path: root/tcg/i386/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2020-10-29 07:42:12 +0100
committerRichard Henderson2021-01-07 16:09:42 +0100
commit705ed477d54c5bccf51d924c403a52049586c3d7 (patch)
tree0d8c1afec54af61aac7a84e96308afe52e24b216 /tcg/i386/tcg-target.h
parenttcg: Return the TB pointer from the rx region from exit_tb (diff)
downloadqemu-705ed477d54c5bccf51d924c403a52049586c3d7.tar.gz
qemu-705ed477d54c5bccf51d924c403a52049586c3d7.tar.xz
qemu-705ed477d54c5bccf51d924c403a52049586c3d7.zip
tcg/i386: Support split-wx code generation
Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386/tcg-target.h')
-rw-r--r--tcg/i386/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h
index 73aa45a665..cb1b138b66 100644
--- a/tcg/i386/tcg-target.h
+++ b/tcg/i386/tcg-target.h
@@ -235,6 +235,6 @@ static inline void tb_target_set_jmp_target(uintptr_t tc_ptr, uintptr_t jmp_rx,
#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