]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Convert CPUSH4State::sr register to uint32_t type
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 06:34:14 +0000 (08:34 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commit82a1e739010b3134862b27123684c26cd3b471e7
treed9eaf5ebacc844b88ebee9c11c378ebcdf349ca9
parent6d9dad71265cda5888d4779681977c5b389730a2
target/sh4: Convert CPUSH4State::sr register to uint32_t type

Since its introduction in commit fdf9b3e831e the %SR register
is a uint32_t type.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20251008064814.90520-2-philmd@linaro.org>
target/sh4/cpu.h