Re: [Qemu-devel] [PATCH 2/2] target/m68k: Fix bug in semihosted exit handling

2019-08-21 Thread Laurent Vivier
Le 21/08/2019 à 16:21, Sandra Loosemore a écrit : > This patch fixes a bug that caused semihosted exit to always return > status 0; it was incorrectly using the value of D0 (which > contains the HOSTED_EXIT request number) instead of D1. > > Signed-off-by: Sandra Loosemore > --- >

Re: [Qemu-devel] [PATCH 2/2] target/m68k: Fix bug in semihosted exit handling

2019-08-21 Thread Philippe Mathieu-Daudé
On 8/21/19 4:21 PM, Sandra Loosemore wrote: > This patch fixes a bug that caused semihosted exit to always return > status 0; it was incorrectly using the value of D0 (which > contains the HOSTED_EXIT request number) instead of D1. > Fixes: a87295e8df0 and 0e1c9c54afb > Signed-off-by: Sandra

[Qemu-devel] [PATCH 2/2] target/m68k: Fix bug in semihosted exit handling

2019-08-21 Thread Sandra Loosemore
This patch fixes a bug that caused semihosted exit to always return status 0; it was incorrectly using the value of D0 (which contains the HOSTED_EXIT request number) instead of D1. Signed-off-by: Sandra Loosemore --- target/m68k/m68k-semi.c | 4 ++-- 1 file changed, 2 insertions(+), 2