Changeset 189
- Timestamp:
- Jul 13, 2017, 8:25:13 AM (7 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_remote.c
r145 r189 94 94 } 95 95 96 void hal_remote_strcpy( xptr_t dst, 97 xptr_t src ) 98 { 99 x86_panic((char *)__func__); 100 } 101 -
trunk/hal/x86_64/core/hal_uspace.c
r145 r189 49 49 } 50 50 51 void hal_strcpy_from_uspace( char * k_dst, 52 char * u_src, 53 uint32_t max_size ) 54 { 55 x86_panic((char *)__func__); 56 } 57
Note: See TracChangeset
for help on using the changeset viewer.