]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Have compute_ldst_addr_type[ab] return TCGv_i32
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 15 Oct 2025 17:33:39 +0000 (19:33 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit1bf79694bc09995e805bb017515ef3cd5720fd04
treedd60dddb56fd03974b2643bf2696320dc12aa6d9
parent92035b7b0dd9fd40527a58479c9865a6dce104b9
target/microblaze: Have compute_ldst_addr_type[ab] return TCGv_i32

Both compute_ldst_addr_typea() and compute_ldst_addr_typeb()
bodies use a TCGv_i32, so return the same type.

Suggested-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251015180115.97493-6-philmd@linaro.org>
target/microblaze/translate.c