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 <[email protected]> > --- > linux-user/syscall.c | 969 +++++++++++++++++-------------------------- > 1 file changed, 390 insertions(+), 579 deletions(-)
Reviewed-by: Laurent Vivier <[email protected]>
