]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sh4: Use hwaddr type for hardware addresses
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 06:28:13 +0000 (08:28 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:52 +0000 (17:07 +0200)
commitb0469ec667cf8d507dd4b23b6ed9e7e7082abbeb
treede104fcb6afa0763663bbea4e3817d4db66dd80f
parentc954994968f8bb38087dcc6401560100ee3fc78c
target/sh4: Use hwaddr type for hardware addresses

The CPUClass::get_phys_page_debug() handler returns a 'hwaddr' type.

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