]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Fix temporary variable in tcg_gen_gvec_andcs
authorMax Chou <max.chou@sifive.com>
Thu, 22 Jun 2023 16:16:24 +0000 (00:16 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:33:00 +0000 (17:33 +0200)
commit70bfde9a7de7fa3495d9e2bd7142cb1bc656484e
treeb09d7a0f191af97f6f3b35ab50c7c864b16de621
parent1b65b4f54c7f7d07b5d35fac5f7de3e75f5f21a0
tcg: Fix temporary variable in tcg_gen_gvec_andcs

The 5th parameter of tcg_gen_gvec_2s should be replaced by the
temporary tmp variable in the tcg_gen_gvec_andcs function.

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Max Chou <max.chou@sifive.com>
Message-Id: <20230622161646.32005-9-max.chou@sifive.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-gvec.c