On Tue, 28 Jun 2022 at 05:47, Richard Henderson <richard.hender...@linaro.org> wrote: > > Fold the return value setting into the goto, so each > point of failure need not do both. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/aarch64/signal.c | 26 +++++++++++--------------- > 1 file changed, 11 insertions(+), 15 deletions(-) Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM