Changeset 626 for trunk/kernel/syscalls/sys_get_core.c
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_get_core.c
r625 r626 82 82 83 83 // copy to user space 84 hal_copy_to_uspace( cxy , &k_cxy, sizeof(uint32_t) );85 hal_copy_to_uspace( l id , &k_lid, sizeof(uint32_t) );84 hal_copy_to_uspace( local_cxy, &k_cxy, cxy, sizeof(uint32_t) ); 85 hal_copy_to_uspace( local_cxy, &k_lid, lid, sizeof(uint32_t) ); 86 86 87 87 return 0;
Note: See TracChangeset
for help on using the changeset viewer.