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