Changeset 186 for trunk/kernel/kern/process.c
- Timestamp:
- Jul 11, 2017, 1:52:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.c
r172 r186 641 641 printk("\n[ERROR] in %s : cannot get PID / cluster = %x / ppid = %x / path = %s\n", 642 642 __FUNCTION__ , local_cxy , parent_pid , path ); 643 process_free( process ); 643 644 return ENOMEM; 644 645 }
Note: See TracChangeset
for help on using the changeset viewer.