Re: [Qemu-devel] [PATCH 02/33] linux-user: Relax single exit from "break"

2018-06-04 Thread Laurent Vivier
Le 01/06/2018 à 09:30, Richard Henderson a écrit : > Transform outermost "break" to "return ret". If the immediately > preceeding statement was an assignment to ret, return the value > directly. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 969 +---

[Qemu-devel] [PATCH 02/33] linux-user: Relax single exit from "break"

2018-06-01 Thread Richard Henderson
Transform outermost "break" to "return ret". If the immediately preceeding statement was an assignment to ret, return the value directly. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 969 +-- 1 file changed, 390 insertions(+), 579 deletions