diff options
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r-- | hw/usb-uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 509c54f7ca..638b199c43 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -119,7 +119,7 @@ static void uhci_update_irq(UHCIState *s) } else { level = 0; } - pci_set_irq(&s->dev, 3, level); + qemu_set_irq(s->dev.irq[3], level); } static void uhci_reset(UHCIState *s) |