Re: [PATCH v4 06/20] target/arm: Mask CPSR_J when Jazelle is not enabled

2020-02-11 Thread Peter Maydell
On Sat, 8 Feb 2020 at 12:58, Richard Henderson wrote: > > The J bit signals Jazelle mode, and so of course is RES0 > when the feature is not enabled. > > Signed-off-by: Richard Henderson > --- > v4: Split out from aarch32_cpsr_valid_mask creation in previous patch. > --- > target/arm/internals.h

[PATCH v4 06/20] target/arm: Mask CPSR_J when Jazelle is not enabled

2020-02-08 Thread Richard Henderson
The J bit signals Jazelle mode, and so of course is RES0 when the feature is not enabled. Signed-off-by: Richard Henderson --- v4: Split out from aarch32_cpsr_valid_mask creation in previous patch. --- target/arm/internals.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a