On 10/9/25 22:21, Philippe Mathieu-Daudé wrote:
The TriCore target is only built as 32-bit:
$ git grep TARGET_LONG_BITS configs/targets/tricore-*
configs/targets/tricore-softmmu.mak:2:TARGET_LONG_BITS=32
Replace:
TCGv -> TCGv_i32
tcg_temp_new -> tcg_temp_new_i32
This is a mechanical replacement, adapting style to pass
the checkpatch.pl script.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/tricore/translate.c | 1248 +++++++++++++++++++-----------------
1 file changed, 642 insertions(+), 606 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~