Re: [PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek

2022-06-08 Thread Laurent Vivier
Le 08/06/2022 à 00:26, Richard Henderson a écrit : Reorg m68k_semi_return_* to gdb_syscall_complete_cb. Use the 32-bit version normally, and the 64-bit version for HOSTED_LSEEK. Signed-off-by: Richard Henderson --- target/m68k/m68k-semi.c | 55 + 1 fil

[PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek

2022-06-07 Thread Richard Henderson
Reorg m68k_semi_return_* to gdb_syscall_complete_cb. Use the 32-bit version normally, and the 64-bit version for HOSTED_LSEEK. Signed-off-by: Richard Henderson --- target/m68k/m68k-semi.c | 55 + 1 file changed, 23 insertions(+), 32 deletions(-) diff --gi