VirtualBox

Changeset 8923 in vbox for trunk


Ignore:
Timestamp:
May 19, 2008 3:46:02 PM (17 years ago)
Author:
vboxsync
Message:

pic_update_irq: clear interrupt pending flag if none is pending.

File:
1 edited

Legend:

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

    r8155 r8923  
    294294            return pic_update_irq(pData);
    295295        }
     296    }
     297    else
     298    {
     299        Log(("pic_update_irq: no interrupt is pending!!\n"));
     300
     301        /* we must clear the interrupt ff flag */
     302        pData->CTXALLSUFF(pPicHlp)->pfnClearInterruptFF(pData->CTXSUFF(pDevIns));
    296303    }
    297304    return VINF_SUCCESS;
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