aboutsummaryrefslogtreecommitdiff
path: root/scripts/undefsym.py
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-09-09 12:27:35 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-09-10 10:43:57 +0100
commit102661430cae403ce8cc5768f1a55512c92234be (patch)
treecabe6862a8734e24297d647e71e893a10aa14482 /scripts/undefsym.py
parent7f808687448d767e5f336c1e28e58fe112d72a8c (diff)
target/mips: simplify gen_compute_imm_branch logic
One of the Travis builds was complaining about: qemu/include/tcg/tcg.h:437:12: error: ‘cond’ may be used uninitialized in this function [-Werror=maybe-uninitialized] return (TCGCond)(c ^ 1); ../target/mips/translate.c:20031:13: note: ‘cond’ was declared here TCGCond cond; Rather than figure out exactly which one was causing the complaint I just defaulted to TCG_COND_ALWAYS and allowed that state to double up for the now defunct bcond_compute variable. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200909112742.25730-5-alex.bennee@linaro.org>
Diffstat (limited to 'scripts/undefsym.py')
0 files changed, 0 insertions, 0 deletions