summaryrefslogtreecommitdiffstats
path: root/tcg/aarch64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2020-10-17 07:25:58 +0200
committerRichard Henderson2021-02-02 23:12:43 +0100
commit39e7522b4ac86636e09ccb43487b14fe690f1658 (patch)
tree8332301297d76dcaeff1d3104844163c27b24b5a /tcg/aarch64/tcg-target.h
parenttcg/i386: Split out constraint sets to tcg-target-con-set.h (diff)
downloadqemu-39e7522b4ac86636e09ccb43487b14fe690f1658.tar.gz
qemu-39e7522b4ac86636e09ccb43487b14fe690f1658.tar.xz
qemu-39e7522b4ac86636e09ccb43487b14fe690f1658.zip
tcg/aarch64: 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/aarch64/tcg-target.h')
-rw-r--r--tcg/aarch64/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h
index 5ec30dba25..200e9b5e0e 100644
--- a/tcg/aarch64/tcg-target.h
+++ b/tcg/aarch64/tcg-target.h
@@ -155,5 +155,6 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
#define TCG_TARGET_NEED_LDST_LABELS
#endif
#define TCG_TARGET_NEED_POOL_LABELS
+#define TCG_TARGET_CON_SET_H
#endif /* AARCH64_TCG_TARGET_H */