qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/arm: Take an exception if PSTATE.IL is set


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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]