]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/openrisc: Do not use target_ulong for @mr in MTSPR helper
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 07:14:15 +0000 (09:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commita3c4facd395b9d39996ed60d42b1f448d3f727cc
tree9eabdeeac247af42ec89dec41f4ffc30dddd2056
parent2795bc52af4949aa7c7d900f897e5fc81c6c9b24
target/openrisc: Do not use target_ulong for @mr in MTSPR helper

OpenRISCTLBEntry::@mr field is a uint32_t type since its
introduction in commit 726fe045720 ("target-or32: Add MMU support").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010070702.51484-3-philmd@linaro.org>
target/openrisc/sys_helper.c