Changeset 152 for sbliveos2/trunk/drv16/irq.cpp
- Timestamp:
- Jul 17, 2000, 8:37:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/irq.cpp
r142 r152 270 270 cli(); 271 271 if (_handlerList[i].pfnHandler(_usIRQLevel)) { // Call handler. 272 cli(); 272 273 // We've cleared all service requests. Send EOI and clear 273 274 // the carry flag (tells OS/2 kernel that Int was handled).
Note:
See TracChangeset
for help on using the changeset viewer.