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 <rebe...@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