On 4/18/24 12:25, Philippe Mathieu-Daudé wrote:
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é<[email protected]> --- target/sparc/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
