Changeset 635 for trunk/kernel/syscalls/sys_barrier.c
- Timestamp:
- Jun 26, 2019, 11:42:37 AM (6 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/kernel/syscalls/sys_barrier.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/kernel/syscalls/sys_barrier.cr629 r635 76 76 printk("\n[ERROR] in %s : unmapped barrier %x / thread %x / process %x\n", 77 77 __FUNCTION__ , vaddr , this->trdid , process->pid ); 78 hal_vmm_display( process , false );79 78 #endif 80 79 this->errno = error; … … 97 96 printk("\n[ERROR] in %s : unmapped barrier attributes %x / thread %x / process %x\n", 98 97 __FUNCTION__ , attr , this->trdid , process->pid ); 99 hal_vmm_display( process , false );100 98 #endif 101 99 this->errno = EINVAL; 
Note: See TracChangeset
          for help on using the changeset viewer.
      
