Re: [PATCH 1/3] target/m68k: Pass semihosting arg to exit

2023-08-03 Thread Peter Maydell
On Wed, 2 Aug 2023 at 17:20, Keith Packard via wrote: > > Instead of using d0 (the semihost function number), use d1 (the > provide exit status). > > Signed-off-by: Keith Packard > --- > target/m68k/m68k-semi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH 1/3] target/m68k: Pass semihosting arg to exit

2023-08-02 Thread Keith Packard via
Instead of using d0 (the semihost function number), use d1 (the provide exit status). Signed-off-by: Keith Packard --- target/m68k/m68k-semi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/m68k/m68k-semi.c b/target/m68k/m68k-semi.c index 88ad9ba814..12235759c7