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/process.c

    r373 r374  
    245245        if( process->th_nr != 0 )
    246246    {
    247         panic("process %x in cluster %x has still active threads\n",
     247        panic("process %x in cluster %x has still active threads",
    248248              process->pid , local_cxy );
    249249    }
Note: See TracChangeset for help on using the changeset viewer.