Ignore:
Timestamp:
Aug 14, 2017, 2:51:39 PM (7 years ago)
Author:
max@…
Message:

Use panic().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.c

    r373 r374  
    471471    if( core_lid >= LOCAL_CLUSTER->cores_nr )
    472472    {
    473         panic("illegal core_lid / cores = %d / lid = %d / cxy = %x\n",
     473        panic("illegal core_lid / cores = %d / lid = %d / cxy = %x",
    474474              LOCAL_CLUSTER->cores_nr , core_lid , local_cxy );
    475475    }
Note: See TracChangeset for help on using the changeset viewer.