target/microblaze: Set MO_TE once in do_load() / do_store()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 24 Sep 2024 21:42:38 +0000 (23:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commit401bd7d340a4558995e8f61bd2050174e043ef20
tree7c5ad61ee612f1d8c9577e9d19b53ee5facbec4b
parent607854ae7c55bb00fbe58e80aa661887cd3eb256
target/microblaze: Set MO_TE once in do_load() / do_store()

All callers of do_load() / do_store() set MO_TE flag.
Set it once in the callees.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241105130431.22564-15-philmd@linaro.org>
target/microblaze/translate.c