On Tue, 8 Mar 2022 at 07:20, Richard Henderson <richard.hender...@linaro.org> wrote: > > Whether the cpu is in user-mode or not is something that we > know at translation-time. We do not need to generate code > after having raised an exception. > > Suggested-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/nios2/translate.c | 20 +++++++++++++++-----
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM