On 10/19/18 2:05 AM, Emilio G. Cota wrote:
> +++ b/target/arm/helper.c
> @@ -1295,12 +1295,14 @@ static uint64_t isr_read(CPUARMState *env, const
> ARMCPRegInfo *ri)
> CPUState *cs = ENV_GET_CPU(env);
> uint64_t ret = 0;
>
> -if (cs->interrupt_request & CPU_INTERRUPT_HARD) {
> +
Cc: Peter Maydell
Cc: qemu-...@nongnu.org
Signed-off-by: Emilio G. Cota
---
target/arm/cpu.c| 2 +-
target/arm/helper.c | 13 ++---
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/target/arm/cpu.c b/target/arm/cpu.c
index 9c5cda8eb7..7330c2dae1 100644
--- a/target/arm