Changeset 624 for trunk/kernel/syscalls/sys_get_core.c
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_get_core.c
r506 r624 55 55 printk("\n[ERROR] in %s : cxy buffer unmapped %x / thread %x / process %x\n", 56 56 __FUNCTION__ , (intptr_t)cxy , this->trdid , process->pid ); 57 vmm_display( process , false );57 hal_vmm_display( process , false ); 58 58 #endif 59 59 this->errno = EFAULT; … … 70 70 printk("\n[ERROR] in %s : lid buffer unmapped %x / thread %x / process %x\n", 71 71 __FUNCTION__ , (intptr_t)lid , this->trdid , process->pid ); 72 vmm_display( process , false );72 hal_vmm_display( process , false ); 73 73 #endif 74 74 this->errno = EFAULT;
Note: See TracChangeset
for help on using the changeset viewer.