On Mon, 3 Feb 2020 at 14:47, Richard Henderson
wrote:
>
> CPSR_ERET_MASK was a useless renaming of CPSR_RESERVED.
> The function also takes into account bits that the cpu
> does not support.
>
> Signed-off-by: Richard Henderson
> ---
> target/arm/cpu.h | 2 --
> target/arm/op_helper.c | 5
CPSR_ERET_MASK was a useless renaming of CPSR_RESERVED.
The function also takes into account bits that the cpu
does not support.
Signed-off-by: Richard Henderson
---
target/arm/cpu.h | 2 --
target/arm/op_helper.c | 5 -
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ta