Re: [PATCH 4/4] sim/mips: Recognise a software interrupt request
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 18 Aug 2026, Andrew Burgess wrote: > Now clearly the `if` block is broken, we're setting PC from the wrong > place I think. Yep, the correct one would be ErrorEPC, unimplemented in sim AFAICT just as proper support for status_ERL, which has numerous implications beyond just ERET. Maciej