On 13:45 Tue 07 Jun , Richard Henderson wrote:
> Change 'ret' to uint64_t. This resolves a FIXME in the
> m68k and nios2 semihosting that we've lost data.
> Change 'err' to int. There is nothing target-specific
> about the width of the errno value.
>
> Signed-off-by: Richard Henderson
> ---
Change 'ret' to uint64_t. This resolves a FIXME in the
m68k and nios2 semihosting that we've lost data.
Change 'err' to int. There is nothing target-specific
about the width of the errno value.
Signed-off-by: Richard Henderson
---
include/exec/gdbstub.h| 3 +--
gdbstub.c