diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-10 05:59:37 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-16 17:07:52 +0200 |
commit | cd08bcaa36b4c0437b2d61f9906bf78b99aa3684 (patch) | |
tree | 2d1a43f54e57f21b69100c6338a7615da0293235 /scripts/lib/kdoc/kdoc_parser.py | |
parent | 8a2235dd077b4715b635628a0cdde835a732ea51 (diff) | |
download | qemu-cd08bcaa36b4c0437b2d61f9906bf78b99aa3684.zip qemu-cd08bcaa36b4c0437b2d61f9906bf78b99aa3684.tar.gz qemu-cd08bcaa36b4c0437b2d61f9906bf78b99aa3684.tar.bz2 |
target/tricore: Expand TCGv type for 32-bit target
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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010052141.42460-13-philmd@linaro.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions