On 10/9/25 22:21, Philippe Mathieu-Daudé wrote:
CPUTriCoreState register are declared as uint32_t since the target introduction in commit 48e06fe0ed8 ("target-tricore: Add target stubs and qom-cpu").Mechanical replacement of: TCGv -> TCGv_i32 tcg_temp_new -> tcg_temp_new_i32 Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/tricore/translate.c | 80 +++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 40 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
