Re: [Qemu-devel] [PATCH 08/14] syscall: really return ret code

2011-06-10 Thread Peter Maydell
On 2 June 2011 12:53, Juan Quintela wrote: > We assign ret with the error code, but then return 0 unconditionally. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 08/14] syscall: really return ret code

2011-06-02 Thread Juan Quintela
We assign ret with the error code, but then return 0 unconditionally. Signed-off-by: Juan Quintela --- linux-user/syscall.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 5cb27c7..f3d03b0 100644 --- a/linux-user/s