qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 1/4] target/arm: Remove PSTATE_SS from cpsr and move it in


From: Richard Henderson
Subject: Re: [PATCH v3 1/4] target/arm: Remove PSTATE_SS from cpsr and move it into env->pstate.
Date: Wed, 27 Jan 2021 19:00:50 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 1/27/21 6:45 PM, Rebecca Cran wrote:
> cpsr has been treated as being the same as spsr, but it isn't.
> Since PSTATE_SS isn't in cpsr, remove it and move it into env->pstate.
> 
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
>  target/arm/helper-a64.c | 2 +-
>  target/arm/helper.c     | 2 +-
>  target/arm/op_helper.c  | 9 +--------
>  3 files changed, 3 insertions(+), 10 deletions(-)

Missing a change to cpu_get_tb_cpu_state to remove pstate_for_ss and simply use
env->pstate.


r~



reply via email to

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