Ignore:
Timestamp:
Jan 29, 2018, 5:57:05 PM (6 years ago)
Author:
alain
Message:

cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_pic.c

    r407 r424  
    549549
    550550    // we must make a fake use for ack value to avoid a warning
    551     if( (ack + 1) == 0 ) panic("this should never happen");
     551    if( (ack + 1) == 0 ) asm volatile( "nop" );
    552552}
    553553   
Note: See TracChangeset for help on using the changeset viewer.