This would affect Sparc as well.

Signed-off-by: Richard Henderson <r...@twiddle.net>
Cc: Blue Swirl <blauwir...@gmail.com>
---
 cpu-exec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpu-exec.c b/cpu-exec.c
index 395cd8c..e1b85d6 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -361,6 +361,7 @@ int cpu_exec(CPUState *env1)
                     if (unlikely(env->singlestep_enabled & SSTEP_NOIRQ)) {
                         /* Mask out external interrupts for this step. */
                         interrupt_request &= ~(CPU_INTERRUPT_HARD |
+                                               CPU_INTERRUPT_TIMER |
                                                CPU_INTERRUPT_FIQ |
                                                CPU_INTERRUPT_SMI |
                                                CPU_INTERRUPT_NMI);
-- 
1.7.4.4


Reply via email to