Changeset 416 for trunk/hal/tsar_mips32/core/hal_exception.c
- Timestamp:
- Jan 4, 2018, 10:05:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_exception.c
r409 r416 431 431 { 432 432 hal_exception_dump( this , uzone , error ); 433 panic( " KERNEL_PANIC for thread %x in process %x on core [%x,%d]/n",433 panic( "for thread %x in process %x on core [%x,%d]", 434 434 this->trdid , this->process->pid , local_cxy , this->core->lid ); 435 435 }
Note: See TracChangeset
for help on using the changeset viewer.