diff options
author | Richard Henderson | 2020-10-17 07:25:58 +0200 |
---|---|---|
committer | Richard Henderson | 2021-02-02 23:12:43 +0100 |
commit | 39e7522b4ac86636e09ccb43487b14fe690f1658 (patch) | |
tree | 8332301297d76dcaeff1d3104844163c27b24b5a /tcg/aarch64/tcg-target.h | |
parent | tcg/i386: Split out constraint sets to tcg-target-con-set.h (diff) | |
download | qemu-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.h | 1 |
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 */ |