Changeset 467 for trunk/kernel
- Timestamp:
- Aug 19, 2018, 4:34:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_thread_wakeup.c
r457 r467 51 51 { 52 52 53 #if DEBUG_S ISCALLS_ERROR53 #if DEBUG_SYSCALLS_ERROR 54 54 printk("\n[ERROR] in %s : illegal trdid argument %x\n", __FUNCTION__, trdid ); 55 55 #endif … … 64 64 { 65 65 66 #if DEBUG_S ISCALLS_ERROR66 #if DEBUG_SYSCALLS_ERROR 67 67 printk("\n[ERROR] in %s : cannot find thread %x in process %x/n", 68 68 __FUNCTION__ , trdid , this->process->pid );
Note: See TracChangeset
for help on using the changeset viewer.