diff options
author | Richard Henderson | 2020-10-17 20:23:30 +0200 |
---|---|---|
committer | Richard Henderson | 2021-02-02 23:12:43 +0100 |
commit | 0d11dc7c97e609e641892ab2f22f30f3d292f7b2 (patch) | |
tree | 6420e3cce19070a17772c6dd2cefe0342a842d6a /tcg/sparc/tcg-target.h | |
parent | tcg/s390: Split out constraint sets to tcg-target-con-set.h (diff) | |
download | qemu-0d11dc7c97e609e641892ab2f22f30f3d292f7b2.tar.gz qemu-0d11dc7c97e609e641892ab2f22f30f3d292f7b2.tar.xz qemu-0d11dc7c97e609e641892ab2f22f30f3d292f7b2.zip |
tcg/sparc: Split out constraint sets to tcg-target-con-set.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/sparc/tcg-target.h')
-rw-r--r-- | tcg/sparc/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h index f66f5d07dc..f50e8d50ee 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -168,5 +168,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_CON_SET_H #endif |