On 5/18/20 8:54 AM, Peter Maydell wrote: > On Wed, 13 May 2020 at 19:10, Richard Henderson > <richard.hender...@linaro.org> wrote: >> >> Some of the time we exit via the return value from main. >> This can make it easier to tell what it is we're returning. >> >> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > > I don't really see the benefit personally, but
It wasn't so much for the direct calls of exit, but when we return an "int" that gets passed to exit later. r~