]> Git Repo - qemu.git/commit
target/arm: Remove CPSR_RESERVED
authorRichard Henderson <[email protected]>
Sat, 8 Feb 2020 12:58:05 +0000 (12:58 +0000)
committerPeter Maydell <[email protected]>
Thu, 13 Feb 2020 14:14:54 +0000 (14:14 +0000)
commit70dae0d069c45250bbefd9424089383a8ac239de
treece6350aeda2e60baad4cefaaf26fce9fe6421b13
parentd203cabd1bd12f31c9df0b5737421ba67b96857b
target/arm: Remove CPSR_RESERVED

The only remaining use was in op_helper.c.  Use PSTATE_SS
directly, and move the commentary so that it is more obvious
what is going on.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 20200208125816[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.h
target/arm/op_helper.c
This page took 0.020981 seconds and 4 git commands to generate.