Changeset 624 for trunk/kernel/syscalls/sys_barrier.c
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_barrier.c
r619 r624 74 74 printk("\n[ERROR] in %s : unmapped barrier %x / thread %x / process %x\n", 75 75 __FUNCTION__ , vaddr , this->trdid , process->pid ); 76 vmm_display( process , false );76 hal_vmm_display( process , false ); 77 77 #endif 78 78 this->errno = error; … … 95 95 printk("\n[ERROR] in %s : unmapped barrier attributes %x / thread %x / process %x\n", 96 96 __FUNCTION__ , attr , this->trdid , process->pid ); 97 vmm_display( process , false );97 hal_vmm_display( process , false ); 98 98 #endif 99 99 this->errno = EINVAL;
Note: See TracChangeset
for help on using the changeset viewer.