target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Apr 2024 12:17:47 +0000 (13:17 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:31:37 +0000 (15:31 +0200)
commit9b21d29acfc9b516c6785e7ca73bff735ebf3d40
tree55e6f7260b94ec76c255779e136f8207790814cf
parenteedd109525e12f435cf36a4a43e73bc38005caf3
target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32

We have abi_ulong == uint32_t for the 32-bit ABI.
Use the generic type to avoid to depend on the
"exec/user/abitypes.h" header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240418192525.97451-14-philmd@linaro.org>
target/sparc/gdbstub.c