Changeset 469 for trunk/kernel/kern/printk.c
- Timestamp:
- Aug 20, 2018, 1:04:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/printk.c
r459 r469 407 407 408 408 // call nolock_printk to print core, function_name, and cycle 409 nolock_printk("\n[PANIC] on core[%x,%d] in %sat cycle %d : " ,410 local_cxy, CURRENT_THREAD->core->lid, function_name, (uint32_t)hal_get_cycles() );409 nolock_printk("\n[PANIC] in %s => core[%x,%d] blocked at cycle %d : " , 410 function_name, local_cxy, CURRENT_THREAD->core->lid, (uint32_t)hal_get_cycles() ); 411 411 412 412 // call kernel_printf on TXT0, in busy waiting to print format
Note: See TracChangeset
for help on using the changeset viewer.