|
| From: | Richard Henderson |
| Subject: | Re: [PATCH] target/arm: Take an exception if PSTATE.IL is set |
| Date: | Sat, 21 Aug 2021 11:59:12 -0700 |
> +static inline uint32_t syn_illegalstate(void)
> +{
> + return EC_ILLEGALSTATE << ARM_EL_EC_SHIFT;
> +}
I just noticed this should have the IL bit set.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |