Changeset 679 for trunk/hal/tsar_mips32/drivers/soclib_bdv.c
- Timestamp:
- Nov 20, 2020, 12:30:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_bdv.c
r657 r679 89 89 if ( (cmd_type == IOC_READ) || (cmd_type == IOC_SYNC_READ) ) op = BDV_OP_READ; 90 90 else if( (cmd_type == IOC_WRITE) || (cmd_type == IOC_SYNC_WRITE) ) op = BDV_OP_WRITE; 91 else assert( false , "illegal command" );91 else assert( __FUNCTION__, false , "illegal command" ); 92 92 93 93 // get cluster and local pointer on IOC chdev … … 317 317 else 318 318 { 319 assert( false , "illegal command %d", cmd_type );319 assert( __FUNCTION__, false , "illegal command %d", cmd_type ); 320 320 } 321 321
Note: See TracChangeset
for help on using the changeset viewer.