diff options
Diffstat (limited to 'hw/piix_pci.c')
-rw-r--r-- | hw/piix_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/piix_pci.c b/hw/piix_pci.c index d5c7e1e5c5..a1e04d470f 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -220,7 +220,6 @@ static void piix3_set_irq(qemu_irq *pic, int irq_num, int level) { int i, pic_irq, pic_level; - piix3_dev->config[0x60 + irq_num] &= ~0x80; // enable bit pci_irq_levels[irq_num] = level; /* now we change the pic irq level according to the piix irq mappings */ |