Changeset 492 for trunk/hal/tsar_mips32/core/hal_exception.c
- Timestamp:
- Aug 22, 2018, 11:55:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_exception.c
r481 r492 500 500 hal_exception_dump( this , uzone , error ); 501 501 502 assert( false , __FUNCTION__ , "core[%x,%d] blocked\n", local_cxy, this->core->lid);502 assert( false , "Exception raised kernel panic see information below.\n" ); 503 503 } 504 504
Note: See TracChangeset
for help on using the changeset viewer.