diff options
| author | Philippe Mathieu-Daudé | 2017-09-11 04:28:39 +0200 |
|---|---|---|
| committer | Peter Maydell | 2017-09-11 20:24:05 +0200 |
| commit | 04ef33052c205170c92df21ca0b4be4f3b102188 (patch) | |
| tree | 8954639eda66cee258554a791f259be3e54ce090 /tcg/tci | |
| parent | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int... (diff) | |
| download | qemu-04ef33052c205170c92df21ca0b4be4f3b102188.tar.gz qemu-04ef33052c205170c92df21ca0b4be4f3b102188.tar.xz qemu-04ef33052c205170c92df21ca0b4be4f3b102188.zip | |
tcg/tci: do not use ldst label (never implemented)
changed in 659ef5cbb893, this fixes building with --enable-tcg-interpreter:
/home/travis/build/qemu/qemu/tcg/tcg.c:116:14: error: ‘tcg_out_ldst_finalize’ used but never defined [-Werror]
static bool tcg_out_ldst_finalize(TCGContext *s);
^
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20170911022839.23231-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tcg/tci')
| -rw-r--r-- | tcg/tci/tcg-target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index 5d692e1f4b..26140d78cb 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -206,8 +206,4 @@ static inline void tb_target_set_jmp_target(uintptr_t tc_ptr, /* no need to flush icache explicitly */ } -#ifdef CONFIG_SOFTMMU -#define TCG_TARGET_NEED_LDST_LABELS -#endif - #endif /* TCG_TARGET_H */ |
