Re: [PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs

2023-06-22 Thread Richard Henderson
On 6/22/23 19:30, Daniel Henrique Barboza wrote: On 6/22/23 13:16, Max Chou wrote: The 5th parameter of tcg_gen_gvec_2s should be replaces by the temporary s/replaces/replaced tmp variable in the tcg_gen_gvec_andcs function. Signed-off-by: Max Chou --- Reviewed-by: Daniel Henrique Bar

Re: [PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs

2023-06-22 Thread Daniel Henrique Barboza
On 6/22/23 13:16, Max Chou wrote: The 5th parameter of tcg_gen_gvec_2s should be replaces by the temporary s/replaces/replaced tmp variable in the tcg_gen_gvec_andcs function. Signed-off-by: Max Chou --- Reviewed-by: Daniel Henrique Barboza tcg/tcg-op-gvec.c | 2 +- 1 file chang

[PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs

2023-06-22 Thread Max Chou
The 5th parameter of tcg_gen_gvec_2s should be replaces by the temporary tmp variable in the tcg_gen_gvec_andcs function. Signed-off-by: Max Chou --- tcg/tcg-op-gvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/tcg-op-gvec.c b/tcg/tcg-op-gvec.c index 95a588d6d2..a062