summaryrefslogtreecommitdiff
path: root/tcg/sparc/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-11-04 22:49:09 +0300
committerRichard Henderson <richard.henderson@linaro.org>2021-01-07 05:09:42 -1000
commit0d8b6191ac66c7046e38d40fbf8d20471b638751 (patch)
treeafd9ae92c963858ba82df577a801a539b0bd4cf8 /tcg/sparc/tcg-target.h
parent47c2206ba42257861d20aeaf4500c4a270c4d27a (diff)
downloadqemu-0d8b6191ac66c7046e38d40fbf8d20471b638751.zip
tcg/sparc: Support split-wx code generation
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/sparc/tcg-target.h')
-rw-r--r--tcg/sparc/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h
index 6f6cefaa15..6426e24f17 100644
--- a/tcg/sparc/tcg-target.h
+++ b/tcg/sparc/tcg-target.h
@@ -172,6 +172,6 @@ extern bool use_vis3_instructions;
void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
#define TCG_TARGET_NEED_POOL_LABELS
-#define TCG_TARGET_SUPPORT_MIRROR 0
+#define TCG_TARGET_SUPPORT_MIRROR 1
#endif