diff options
-rw-r--r-- | hw/ioapic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ioapic.c b/hw/ioapic.c index 8557e5c..569327d 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; } } } |