diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-11-04 13:11:26 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-01-07 05:09:42 -1000 |
commit | 793f73819642127f05781efbf617453757fe2c71 (patch) | |
tree | b4861a8eeadc50538a63d6ed5332b586164dc4b4 /tcg/riscv/tcg-target.h | |
parent | 4b6a52d01e0dd640dd15f79264b38790023e3587 (diff) | |
download | qemu-793f73819642127f05781efbf617453757fe2c71.zip qemu-793f73819642127f05781efbf617453757fe2c71.tar.gz qemu-793f73819642127f05781efbf617453757fe2c71.tar.bz2 |
tcg/riscv: Support split-wx code generation
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/riscv/tcg-target.h')
-rw-r--r-- | tcg/riscv/tcg-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/riscv/tcg-target.h b/tcg/riscv/tcg-target.h index 6263af4..c50ecf4 100644 --- a/tcg/riscv/tcg-target.h +++ b/tcg/riscv/tcg-target.h @@ -171,6 +171,6 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t); #define TCG_TARGET_NEED_POOL_LABELS #define TCG_TARGET_HAS_MEMORY_BSWAP 0 -#define TCG_TARGET_SUPPORT_MIRROR 0 +#define TCG_TARGET_SUPPORT_MIRROR 1 #endif |