linux-user: Propagate goto unimplemented to default
commit1a7b2b13c907392078115401f5f2a2a3ce1ce7cb
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Aug 2018 19:01:08 +0000 (18 12:01 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 21 Aug 2018 21:55:14 +0000 (21 23:55 +0200)
treeaf06e6edec35186c087497b1cdaf5b89723cebfb
parent10f45d98f28cb28a00fc646e6ad415d2a62487f9
linux-user: Propagate goto unimplemented to default

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180818190118.12911-7-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c