On Sat, 21 Aug 2021 at 19:59, Richard Henderson <richard.hender...@linaro.org> wrote: > > > +static inline uint32_t syn_illegalstate(void) > > +{ > > + return EC_ILLEGALSTATE << ARM_EL_EC_SHIFT; > > +} > > I just noticed this should have the IL bit set.
Yep. (I remembered about that for the BXJ trap in the other patch, but I wrote this one first and didn't remember it then...) -- PMM