Re: [Qemu-devel] [PATCH v3 07/19] linux-user: Relax single exit from "break"

2018-08-11 Thread Laurent Vivier
Le 12/06/2018 à 02:51, Richard Henderson a écrit : > Transform outermost "break" to "return ret". If the immediately > preceeding statement was an assignment to ret, return the value > directly. > > Reviewed-by: Laurent Vivier > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c |

Re: [Qemu-devel] [PATCH v3 07/19] linux-user: Relax single exit from "break"

2018-06-12 Thread Philippe Mathieu-Daudé
On 06/11/2018 09:51 PM, Richard Henderson wrote: > Transform outermost "break" to "return ret". If the immediately > preceeding statement was an assignment to ret, return the value > directly. > > Reviewed-by: Laurent Vivier > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c |