diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-10-16 22:25:58 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-02-02 12:12:43 -1000 |
commit | 39e7522b4ac86636e09ccb43487b14fe690f1658 (patch) | |
tree | 8332301297d76dcaeff1d3104844163c27b24b5a /tcg/aarch64/tcg-target.h | |
parent | 4c22e840880e935ea07f1c4352bd8c54febff4df (diff) | |
download | qemu-39e7522b4ac86636e09ccb43487b14fe690f1658.zip qemu-39e7522b4ac86636e09ccb43487b14fe690f1658.tar.gz qemu-39e7522b4ac86636e09ccb43487b14fe690f1658.tar.bz2 |
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 5ec30db..200e9b5 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 */ |