VirtualBox

Changeset 41252 in vbox


Ignore:
Timestamp:
May 11, 2012 12:09:57 PM (13 years ago)
Author:
vboxsync
Message:

Devices/ACPI: Fix assertion in debug builds during a ACPI shutdown. The iIrq parameter is wrong and not used in in the PCI irq code for the ACPI device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r40282 r41252  
    750750{
    751751    if (pThis->pm1a_ctl & SCI_EN)
    752         PDMDevHlpPCISetIrq(pThis->pDevIns, -1, level);
     752        PDMDevHlpPCISetIrq(pThis->pDevIns, 0, level);
    753753}
    754754
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette