- Timestamp:
- May 19, 2008 3:46:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r8155 r8923 294 294 return pic_update_irq(pData); 295 295 } 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)); 296 303 } 297 304 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.