Re: [Qemu-devel] [PATCH v3 10/19] linux-user: Propagate goto unimplemented to default

2018-06-22 Thread Peter Maydell
On 12 June 2018 at 01:51, Richard Henderson wrote: > There is no point in listing a syscall if you want the same effect as > not listing it. In one less trivial case, the goto was demonstrably > not reachable. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 144 +

[Qemu-devel] [PATCH v3 10/19] linux-user: Propagate goto unimplemented to default

2018-06-11 Thread Richard Henderson
There is no point in listing a syscall if you want the same effect as not listing it. In one less trivial case, the goto was demonstrably not reachable. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 144 +-- 1 file changed, 1 insertion(+), 1