[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 45/76] target/mips: Fix trans_mult_acc return
From: |
Richard Henderson |
Subject: |
[PATCH 45/76] target/mips: Fix trans_mult_acc return |
Date: |
Fri, 24 Feb 2023 23:13:56 -1000 |
Success from trans_* subroutines should be true.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/vr54xx_translate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/mips/tcg/vr54xx_translate.c
b/target/mips/tcg/vr54xx_translate.c
index 3e2c98f2c6..a7d241e4e7 100644
--- a/target/mips/tcg/vr54xx_translate.c
+++ b/target/mips/tcg/vr54xx_translate.c
@@ -53,7 +53,7 @@ static bool trans_mult_acc(DisasContext *ctx, arg_r *a,
tcg_temp_free(t0);
tcg_temp_free(t1);
- return false;
+ return true;
}
TRANS(MACC, trans_mult_acc, gen_helper_macc);
--
2.34.1
- [PATCH 31/76] target/loongarch: Drop temp_new, (continued)
- [PATCH 31/76] target/loongarch: Drop temp_new, Richard Henderson, 2023/02/25
- [PATCH 33/76] target/m68k: Drop mark_to_release, Richard Henderson, 2023/02/25
- [PATCH 34/76] target/m68k: Drop free_cond, Richard Henderson, 2023/02/25
- [PATCH 35/76] target/m68k: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.inc, Richard Henderson, 2023/02/25
- [PATCH 39/76] target/mips: Drop tcg_temp_free from msa_translate.c, Richard Henderson, 2023/02/25
- [PATCH 40/76] target/mips: Drop tcg_temp_free from mxu_translate.c, Richard Henderson, 2023/02/25
- [PATCH 41/76] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc, Richard Henderson, 2023/02/25
- [PATCH 43/76] target/mips: Drop tcg_temp_free from translate_addr_const.c, Richard Henderson, 2023/02/25
- [PATCH 45/76] target/mips: Fix trans_mult_acc return,
Richard Henderson <=
- [PATCH 42/76] target/mips: Drop tcg_temp_free from octeon_translate.c, Richard Henderson, 2023/02/25
- [PATCH 44/76] target/mips: Drop tcg_temp_free from tx79_translate.c, Richard Henderson, 2023/02/25
- [PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c, Richard Henderson, 2023/02/25
- [PATCH 47/76] target/mips: Drop tcg_temp_free from translate.c, Richard Henderson, 2023/02/25
- [PATCH 48/76] target/nios2: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 52/76] target/riscv: Drop temp_new, Richard Henderson, 2023/02/25
- [PATCH 49/76] target/openrisc: Drop tcg_temp_free, Richard Henderson, 2023/02/25