Changeset 374 for trunk/kernel/kern/process.c
- Timestamp:
- Aug 14, 2017, 2:51:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.c
r373 r374 245 245 if( process->th_nr != 0 ) 246 246 { 247 panic("process %x in cluster %x has still active threads \n",247 panic("process %x in cluster %x has still active threads", 248 248 process->pid , local_cxy ); 249 249 }
Note: See TracChangeset
for help on using the changeset viewer.