On Thu, 21 Apr 2022 at 17:51, Richard Henderson <[email protected]> wrote: > > The exception return address for nios2 is the instruction > after the one that was executing at the time of the exception. > > We have so far implemented this by advancing the pc during the > process of raising the exception. It is perhaps a little less > confusing to do this advance in the translator (and helpers) > when raising the exception in the first place, so that we may > more closely match kernel sources. > > Signed-off-by: Richard Henderson <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
