tcg/tci: do not use ldst label (never implemented)
commit04ef33052c205170c92df21ca0b4be4f3b102188
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 11 Sep 2017 02:28:39 +0000 (10 23:28 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Sep 2017 18:24:05 +0000 (11 19:24 +0100)
tree8954639eda66cee258554a791f259be3e54ce090
parent619c200f6ce2f44fbc8a5732174530c3b4782aab
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>
tcg/tci/tcg-target.h