Changeset 492 for trunk/hal/x86_64/drivers
- Timestamp:
 - Aug 22, 2018, 11:55:48 PM (7 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/hal/x86_64/drivers/pic_apic.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/hal/x86_64/drivers/pic_apic.c
r482 r492 80 80 irq_id = iopic_input.txt[channel]; 81 81 else 82 assert(false, __FUNCTION__,"unsupported device\n");82 assert(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, __FUNCTION__,"unsupported device\n");111 assert(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, __FUNCTION__,"unsupported device\n");130 assert(false, "unsupported device\n"); 131 131 132 132 /* disable the line */  
Note: See TracChangeset
          for help on using the changeset viewer.
      