On Thu, 10 Mar 2022 at 11:27, Richard Henderson <richard.hender...@linaro.org> wrote: > > We had failed to copy BSTATUS back to STATUS, and diagnose > supervisor-only. The spec is light on the specifics of the > implementation of bret, but it is an easy assumption that > the restore into STATUS should work the same as eret. > > Therefore, reuse the existing helper_eret. > > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM