Changeset 635 for trunk/kernel/syscalls/sys_is_fg.c
- Timestamp:
- Jun 26, 2019, 11:42:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_is_fg.c
r626 r635 68 68 printk("\n[ERROR] in %s : unmapped owner buffer %x / thread %x in process %x\n", 69 69 __FUNCTION__ , (intptr_t)is_fg, this->trdid, process->pid ); 70 hal_vmm_display( process , false );71 70 #endif 72 71 this->errno = EINVAL;
Note: See TracChangeset
for help on using the changeset viewer.