Re: [PATCH 01/22] semihosting: add guest_error logging for failed opens

2025-01-09 Thread Pierrick Bouvier
On 1/9/25 09:05, Alex Bennée wrote: This usually indicates the semihosting call was expecting to find something but didn't. Signed-off-by: Alex Bennée --- semihosting/syscalls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/semihosting/syscalls.c b/semihosting/syscalls.c index c40348

[PATCH 01/22] semihosting: add guest_error logging for failed opens

2025-01-09 Thread Alex Bennée
This usually indicates the semihosting call was expecting to find something but didn't. Signed-off-by: Alex Bennée --- semihosting/syscalls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/semihosting/syscalls.c b/semihosting/syscalls.c index c40348f996..f6451d9bb0 100644 --- a/semihostin