Re: [PATCH v2 5/7] target/mips: use semihosting_exit_request on semihosted exit syscall

2022-06-21 Thread Laurent Vivier
Le 21/06/2022 à 14:59, Luc Michel a écrit : Use the new semihosting_exit_request instead of a call to exit when handling a semihosted exit syscall. Signed-off-by: Luc Michel --- target/mips/tcg/sysemu/mips-semi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 5/7] target/mips: use semihosting_exit_request on semihosted exit syscall

2022-06-21 Thread Luc Michel
Use the new semihosting_exit_request instead of a call to exit when handling a semihosted exit syscall. Signed-off-by: Luc Michel --- target/mips/tcg/sysemu/mips-semi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/mips/tcg/sysemu/mips-semi.c