]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/microblaze: Remove target_ulong use in helper_stackprot()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 04:56:49 +0000 (06:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit92035b7b0dd9fd40527a58479c9865a6dce104b9
treeb3955b510915179648a8d3aa1f1c2530c327093d
parentdc693a4a88a4c02b490378a7dc05c8e83f59cf97
target/microblaze: Remove target_ulong use in helper_stackprot()

Since commit 36a9529e60e ("target/microblaze: Simplify
compute_ldst_addr_type{a,b}"), helper_stackprot() takes
a TCGv_i32 argument.

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