Changeset 679 for trunk/hal/x86_64/drivers
- Timestamp:
- Nov 20, 2020, 12:30:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/pic_apic.c
r492 r679 80 80 irq_id = iopic_input.txt[channel]; 81 81 else 82 assert( false, "unsupported device\n");82 assert( __FUNCTION__,false, "unsupported device\n"); 83 83 84 84 /* get the ISR pointer */ … … 109 109 irq_id = iopic_input.txt[channel]; 110 110 else 111 assert( false, "unsupported device\n");111 assert( __FUNCTION__,false, "unsupported device\n"); 112 112 113 113 /* enable the line */ … … 128 128 irq_id = iopic_input.txt[channel]; 129 129 else 130 assert( false, "unsupported device\n");130 assert( __FUNCTION__,false, "unsupported device\n"); 131 131 132 132 /* disable the line */
Note: See TracChangeset
for help on using the changeset viewer.