summary refs log tree commit diff stats
path: root/hw/ioapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ioapic.c')
-rw-r--r--hw/ioapic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ioapic.c b/hw/ioapic.c
index 8557e5cac6..569327d1e9 100644
--- a/hw/ioapic.c
+++ b/hw/ioapic.c
@@ -164,7 +164,6 @@ static void ioapic_set_irq(void *opaque, int vector, int level)
             if (level) {
                 s->irr |= mask;
                 ioapic_service(s);
-                s->irr &= ~mask;
             }
         }
     }