Changeset 101 for trunk/hal/tsar_mips32/core/hal_exception.c
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_exception.c
r62 r101 153 153 printk("\n====================================================================\n"); 154 154 printk(" thread %x / process %x / core %x / cycle %d\n", 155 this->trdid , this->process->pid , this->core->gid , hal_ time_stamp() );155 this->trdid , this->process->pid , this->core->gid , hal_get_cycles() ); 156 156 157 157 printk(" - Processor State:\n");
Note: See TracChangeset
for help on using the changeset viewer.