diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-10-28 23:42:12 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-01-07 05:09:42 -1000 |
commit | 705ed477d54c5bccf51d924c403a52049586c3d7 (patch) | |
tree | 0d8c1afec54af61aac7a84e96308afe52e24b216 /tcg/i386/tcg-target.h | |
parent | eba40358b49cb09f4e24764db7951e30987aa416 (diff) | |
download | qemu-705ed477d54c5bccf51d924c403a52049586c3d7.zip qemu-705ed477d54c5bccf51d924c403a52049586c3d7.tar.gz qemu-705ed477d54c5bccf51d924c403a52049586c3d7.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 73aa45a..cb1b138 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 |