Changeset 101 for trunk/hal/tsar_mips32/core/hal_do_exceptions.c
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_do_exceptions.c
r62 r101 354 354 except_dmsg("====================================================================\n"); 355 355 except_dmsg("Kernel Panic: thread %x in process %x on core %x at cycle %d\n", 356 this->trdid , process->pid , gid , hal_ time_stamp() );356 this->trdid , process->pid , gid , hal_get_cycles() ); 357 357 358 358 except_dmsg("Processor State:\n");
Note: See TracChangeset
for help on using the changeset viewer.